iverase opened a new pull request #1481: URL: https://github.com/apache/lucene-solr/pull/1481
This commit changes the way the multi-dimensional tree builder generates the intermediate tree representation to be equal to the one dimensional case. Therefore, the index packing logic can be changed to work on the representation and avoid unnecessary tree and leaves rotation. A new interface is introduced to avoid copying intermediate List arrays. split values and split dimensions are handled in different arrays which means we are increasing the number of max points the tree builders can handle. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org