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

Jim Ferenczi commented on LUCENE-8284:
--------------------------------------

.bq Is there anything I can do to move this forward? Add an expansion limit? 
Rewrite support?

Yes, as I said in my previous comment we should have a way to limit the 
expansion through top terms rewrite.
I discussed with [~jpountz] and [~romseygeek] and we agreed that the limit 
should be explicit (a parameter of the source) and that we should never create 
a disjunction that is bigger than BooleanQuery#MAX_CLAUSE_COUNT (hard limit for 
the max expansion). If these restrictions are added then we have no objections 
to add these kind of sources to intervals :).

> Add MultiTermsIntervalsSource
> -----------------------------
>
>                 Key: LUCENE-8284
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8284
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Matt Weber
>            Priority: Minor
>         Attachments: LUCENE-8284.patch
>
>
> Add support for creating an {{IntervalsSource}} from multi-term expansions 
> such as wildcards, regular expressions, etc.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to