You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alan Woodward (JIRA)" <ji...@apache.org> on 2019/08/07 11:00:05 UTC

[jira] [Resolved] (LUCENE-8941) Build wildcard matches more lazily

     [ https://issues.apache.org/jira/browse/LUCENE-8941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Woodward resolved LUCENE-8941.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 8.3

> Build wildcard matches more lazily
> ----------------------------------
>
>                 Key: LUCENE-8941
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8941
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Alan Woodward
>            Assignee: Alan Woodward
>            Priority: Major
>             Fix For: 8.3
>
>         Attachments: LUCENE-8941.patch, LUCENE-8941.patch
>
>
> When retrieving a Matches object from a multi-term query, such as an AutomatonQuery or TermInSetQuery, we currently find all matching term iterators up-front, to return a disjunction over all of them.  This can be inefficient if we're only interested in finding out if anything matched, and are iterating over a different field to retrieve offsets.
> We can improve this by returning immediately when the first matching term is found, and only collecting other matching terms when we start iterating.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org