[ 
https://issues.apache.org/jira/browse/LUCENE-5380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Rowe updated LUCENE-5380:
-------------------------------

    Attachment: LUCENE-5380.patch

Simple patch, no tests yet

> 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
>         Attachments: LUCENE-5380.patch
>
>
> 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