dnhatn opened a new pull request #2317:
URL: https://github.com/apache/lucene-solr/pull/2317


   If we are reading the stored-fields of document ids (25, 27, 28, 26, 99), 
and doc-25 triggers the stored-fields reader to decompress a block containing 
document ids [10-50], then we can tell the reader to read not only 25, but 26, 
27, and 28 to avoid decompressing that block multiple times.
   
   
   This PR proposes adding a new optimized instance of stored-fields reader 
that allows users to select the preferred fetching range.


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

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to