Closed asfimport closed 14 years ago
Koji Sekiguchi (@kojisekig) (migrated from JIRA)
The fix attached. I'll commit later today.
Simon Willnauer (@s1monw) (migrated from JIRA)
Koji, could you use a foreach loop instead of the iterator... just my 0.02$
DisjunctionMaxQuery dmq = (DisjunctionMaxQuery)sourceQuery;
for (Query query : dmq) {
flatten(query, flatQueries);
}
simon
Koji Sekiguchi (@kojisekig) (migrated from JIRA)
Koji, could you use a foreach loop instead of the iterator... just my 0.02$
Sure. Committed revision 904776.
Add DisjunctionMaxQuery support in FVH.
Migrated from LUCENE-2243 by Koji Sekiguchi (@kojisekig), resolved Jan 30 2010 Attachments: LUCENE-2243.patch Linked issues:
2964