You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2016/08/03 09:52:20 UTC

[jira] [Created] (LUCENE-7403) Don't artificially lower the leaf block size of points in the 1D case

Adrien Grand created LUCENE-7403:
------------------------------------

             Summary: Don't artificially lower the leaf block size of points in the 1D case
                 Key: LUCENE-7403
                 URL: https://issues.apache.org/jira/browse/LUCENE-7403
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Adrien Grand
            Priority: Minor


Points currently put 0.75*maxPointsInLeafNode values in the leaf nodes, as an attempt to have as many values as multi-dimensional points on average. However, I don't think this is necessary, especially since 1D points are now written the same way at flush and write time (from a sorted iterator).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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