You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Mikhail Khludnev (Jira)" <ji...@apache.org> on 2019/11/02 05:47:00 UTC

[jira] [Updated] (LUCENE-9028) Public method for MultiTermIntervalSource

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

Mikhail Khludnev updated LUCENE-9028:
-------------------------------------
    Fix Version/s: 8.4
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

> Public method for MultiTermIntervalSource
> -----------------------------------------
>
>                 Key: LUCENE-9028
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9028
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Mikhail Khludnev
>            Assignee: Mikhail Khludnev
>            Priority: Major
>             Fix For: 8.4
>
>         Attachments: LUCENE-9028.patch
>
>
> Right now we have prefix and widlcard for multiterm Intervals. Sometimes it's necessary to provide terms set in a more generic way as automaton.
> {code:java}
> Intervals.multiterm(CompiledAutomaton automaton, int maxExpansions, String pattern)
> {code}
> As a benefit we can handle it more efficient rather than or over terms. 
> What do you think? 



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

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