[
https://issues.apache.org/jira/browse/LUCENE-8284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16460767#comment-16460767
]
Adrien Grand commented on LUCENE-8284:
--------------------------------------
I don't think we should expose intervals on multi-term queries: it doesn't
scale. I know spans have SpanMultiTermQuery which does the same, but I've seen
users having issue with it as soon as they weren't working on a tiny dataset
anymore. Intervals on prefixes or infixes should be doable by indexing (edge)
ngrams, maybe there are things we could do in order to make it easier to use?
This might be just documentation.
> 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]