[
https://issues.apache.org/jira/browse/LUCENE-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806659#action_12806659
]
Simon Willnauer commented on LUCENE-2243:
-----------------------------------------
Koji, could you use a foreach loop instead of the iterator... just my 0.02$
{code}
DisjunctionMaxQuery dmq = (DisjunctionMaxQuery)sourceQuery;
for (Query query : dmq) {
flatten(query, flatQueries);
}
{code}
simon
> FastVectorHighlighter: support DisjunctionMaxQuery
> --------------------------------------------------
>
> Key: LUCENE-2243
> URL: https://issues.apache.org/jira/browse/LUCENE-2243
> Project: Lucene - Java
> Issue Type: Improvement
> Components: contrib/highlighter
> Affects Versions: 2.9, 2.9.1, 3.0
> Reporter: Koji Sekiguchi
> Priority: Minor
> Fix For: 3.1
>
> Attachments: LUCENE-2243.patch
>
>
> Add DisjunctionMaxQuery support in FVH.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]