jpountz opened a new pull request, #13411:
URL: https://github.com/apache/lucene/pull/13411

   This follows a similar approach as postings and only prefetches the first 
page of data.
   
   I verified that it works well for collectors such as `TopFieldCollector`, as 
`IndexSearcher` first pulls a `LeafCollector`, then a `BulkScorer` and only 
then starts feeding the `BulkScorer` into the `LeafCollector`. So the 
background I/O for the `LeafCollector` which will prefetch the first page of 
doc values and the background I/O for the `BulkScorer` will run in parallel.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to