[
https://issues.apache.org/jira/browse/LUCENE-9292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17192031#comment-17192031
]
ASF subversion and git services commented on LUCENE-9292:
---------------------------------------------------------
Commit fcb7e13f63576fb1941a183710f4d8b44718c237 in lucene-solr's branch
refs/heads/branch_8x from Ignacio Vera
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=fcb7e13 ]
LUCENE-9292: Refactor BKD point configuration into its own class (#1697) (#1840)
> BKDWriter refactor: Group point configuration in its own class
> ---------------------------------------------------------------
>
> Key: LUCENE-9292
> URL: https://issues.apache.org/jira/browse/LUCENE-9292
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Ignacio Vera
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> In order to build a BKD tree, we need to provide to the {{BKDWriter}} the
> point configuration we are indexing. That is the {{number of dimensions}},
> the {{number of indexed dimension}}, the {{number of bytes per dimensions}}
> and the max {{number of points per leaf}}. From this information, we
> actually derive some important parameters like the {{number of bytes per
> point}}
>
> The idea of this change is to group all this information into its own class
> so we can share this information more easily with other objects.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]