[
https://issues.apache.org/jira/browse/LUCENE-9292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ignacio Vera resolved LUCENE-9292.
----------------------------------
Fix Version/s: 8.7
Assignee: Ignacio Vera
Resolution: Fixed
> 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
> Assignee: Ignacio Vera
> Priority: Major
> Fix For: 8.7
>
> 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]