Robert Muir created LUCENE-6421:
-----------------------------------

             Summary: Add two-phase support to MultiPhraseQuery
                 Key: LUCENE-6421
                 URL: https://issues.apache.org/jira/browse/LUCENE-6421
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Robert Muir


Two-phase support currently works for both sloppy and exact Scorers but it does 
not work if you have multiple terms at the same position (MultiPhraseQuery).

This is because UnionPostingsEnum.nextDoc() aggressively reads and merges all 
the positions. Even making this initialization lazy might just be enough?





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to