You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alan Woodward (JIRA)" <ji...@apache.org> on 2019/08/07 11:01:00 UTC

[jira] [Resolved] (LUCENE-8747) Allow access to submatches from Matches instances

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

Alan Woodward resolved LUCENE-8747.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 8.3

> 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
>             Fix For: 8.3
>
>         Attachments: LUCENE-8747.patch, 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org