Ignacio Vera created LUCENE-9358: ------------------------------------ Summary: BKDTree: remove unnecessary tree rotation for the one dimensional case Key: LUCENE-9358 URL: https://issues.apache.org/jira/browse/LUCENE-9358 Project: Lucene - Core Issue Type: Improvement Reporter: Ignacio Vera
This is a spin-off of LUCENE-9807. The reason we need to rotate the one dimensional tree is that the expected representation when we pack the index is different to the tree generated by the one dimensional logic. It would be easy to harmonise how we generate this tree representation to be the same in the one dimensional case and the multi-dimensional case and therefore change the index-packing logic to work on that representation. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org