You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/05/28 14:54:22 UTC

[GitHub] [lucene-solr] iverase edited a comment on pull request #1538: LUCENE-9368: Use readLELongs to read docIds on BKD leaf nodes

iverase edited a comment on pull request #1538:
URL: https://github.com/apache/lucene-solr/pull/1538#issuecomment-635395493


   I did something naive that is to add in an index documents with an increasing integer in a loop. Then you kick in that optimisation. I thought if you are adding documents which have a timestamp on them and you are adding them chronologically, they can benefit of such optimisation. 
   
   The other idea is to remove `vInt` totally and record the lower value of the sorted array. Then you can just index the difference between the values of the array which gives more chances to have very low values. 


----------------------------------------------------------------
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:
users@infra.apache.org



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