mikemccand commented on issue #12536:
URL: https://github.com/apache/lucene/issues/12536#issuecomment-1709999145

   > In theory, if the skipper can tell us how many positions it has skipped 
that would work. This will require storing more information in the skip data 
than the current scheme.
   
   OK, and it seems like that would not be a good tradeoff?  Every skip entry 
would need to record how many total positions were skipped, whereas the 
`lastPosBlockOffset` is just a single long for the entire postings lists?  
Thanks for the PR improving the docs -- I'll review.


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