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

Alan Woodward commented on LUCENE-8422:
---------------------------------------

If we didn't need to worry about submatches, then IntervalsSource#matches would 
work fine.  But where submatches appears differs from iterator to iterator, and 
IntervalsSource implementations mostly delegate how iterators are generated to 
a function of some kind, so putting the logic directly in IntervalIterator 
seemed to make the most sense.

> Add Matches iteration to interval queries
> -----------------------------------------
>
>                 Key: LUCENE-8422
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8422
>             Project: Lucene - Core
>          Issue Type: New Feature
>            Reporter: Alan Woodward
>            Assignee: Alan Woodward
>            Priority: Major
>         Attachments: LUCENE-8422.patch
>
>
> Follow up to LUCENE-8404, we can now add Matches iteration to interval 
> queries in the sandbox.



--
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