You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Ignacio Vera (Jira)" <ji...@apache.org> on 2020/03/25 08:27:00 UTC

[jira] [Updated] (LUCENE-9292) BKDWriter refactor: Group point configuration in its own class

     [ https://issues.apache.org/jira/browse/LUCENE-9292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ignacio Vera updated LUCENE-9292:
---------------------------------
    Issue Type: Improvement  (was: Task)

> 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
>
> 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: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org