optimize spanfirstquery, spanpositionrangequery
-----------------------------------------------

                 Key: LUCENE-2760
                 URL: https://issues.apache.org/jira/browse/LUCENE-2760
             Project: Lucene - Java
          Issue Type: Improvement
            Reporter: Robert Muir
             Fix For: 3.1, 4.0


SpanFirstQuery and SpanPositionRangeQuery (SpanFirst is just a special case of 
this), are currently inefficient.

Take this worst case example: SpanFirstQuery("the").
Currently the code reads all the positions for the term "the".

But when enumerating spans, once we have passed the allowable range we should 
move on to the next document (skipTo)
 

-- 
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]

Reply via email to