You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/07/02 09:47:55 UTC

[GitHub] [lucene-solr] iverase commented on issue #747: LUCENE-8888: Improve distribution of points with data dimension in BKD tree leaves

iverase commented on issue #747: LUCENE-8888: Improve distribution of points with data dimension in BKD tree leaves
URL: https://github.com/apache/lucene-solr/pull/747#issuecomment-507604565
 
 
   > Do you think we could go even further and use a similar idea in HeapPointWriter instead of storing doc IDs in a separate int[]? (I haven't checked for potential downsides.)
   
    I do like the idea but there is an issue because when writing the docIds for a leaf, the method that is writing that info to the index (writeDocIds) is expecting an int[]. We would need to change all that logic in order to implement this.

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


With regards,
Apache Git Services

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