Steve Rowe created LUCENE-5380:
----------------------------------

             Summary: PagingFieldCollector should track previous page hits
                 Key: LUCENE-5380
                 URL: https://issues.apache.org/jira/browse/LUCENE-5380
             Project: Lucene - Core
          Issue Type: Improvement
          Components: core/search
            Reporter: Steve Rowe
            Priority: Minor


PagingFieldCollector partitions all hits into three buckets: previous page 
hits, collected (current page) hits, and non-competitive (following page) hits. 
Total hits and collected hits are tracked, but neither non-competitive hits nor 
previous page hits are tracked, so previous page hits can't be derived from the 
total and collected hits.




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to