[ 
https://issues.apache.org/jira/browse/LUCENE-8983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16974514#comment-16974514
 ] 

Ken LaPorte commented on LUCENE-8983:
-------------------------------------

Hi [~bruno.roustant]. I don't yet. The team we're working with is reluctant to 
make modifications to the software at this point as they have released to their 
beta clients. At present, we've shifted to testing this internally in the hopes 
of making progress there. 

> PhraseWildcardQuery - new query to control and optimize wildcard expansions 
> in phrase
> -------------------------------------------------------------------------------------
>
>                 Key: LUCENE-8983
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8983
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/search
>            Reporter: Bruno Roustant
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> A generalized version of PhraseQuery, built with one or more MultiTermQuery 
> that provides term expansions for multi-terms (one of the expanded terms must 
> match).
> Its main advantage is to control the total number of expansions across all 
> MultiTermQuery and across all segments.
>  This query is similar to MultiPhraseQuery, but it handles, controls and 
> optimizes the multi-term expansions.
>  
>  This query is equivalent to building an ordered SpanNearQuery with a list of 
> SpanTermQuery and SpanMultiTermQueryWrapper.
>  But it optimizes the multi-term expansions and the segment accesses.
>  It first resolves the single-terms to early stop if some does not match. 
> Then it expands each multi-term sequentially, stopping immediately if one 
> does not match. It detects the segments that do not match to skip them for 
> the next expansions. This often avoid expanding the other multi-terms on some 
> or even all segments. And finally it controls the total number of expansions.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to