[
https://issues.apache.org/jira/browse/LUCENE-8747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901091#comment-16901091
]
Jim Ferenczi commented on LUCENE-8747:
--------------------------------------
Can we return a list of Matches in findNamedMatches ? The set of string is
useful for testing purpose but it should be easy to extract any named Matches
from a global Matches object ?
> Allow access to submatches from Matches instances
> -------------------------------------------------
>
> Key: LUCENE-8747
> URL: https://issues.apache.org/jira/browse/LUCENE-8747
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Alan Woodward
> Assignee: Alan Woodward
> Priority: Major
> Attachments: LUCENE-8747.patch, LUCENE-8747.patch, LUCENE-8747.patch,
> LUCENE-8747.patch
>
>
> A Matches object currently allows access to all matching terms from a query,
> but the structure of the matching query is flattened out, so if you want to
> find which subqueries have matched you need to iterate over all matches,
> collecting queries as you go. It should be easier to get this information
> from the parent Matches object.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]