Ignacio Vera created LUCENE-9294:
------------------------------------
Summary: BKDWriter refactor: Make BKDIndexWriter an interface
Key: LUCENE-9294
URL: https://issues.apache.org/jira/browse/LUCENE-9294
Project: Lucene - Core
Issue Type: Improvement
Reporter: Ignacio Vera
With this change we introduce an interface called BKDIndexWriter. This
interface should be just a wrapper of an IndexOutput, therefore whenever we are
creating a BKD index we should pass an object that implements this interface
instead of an IndexOutput.
This change allows to remove the SimpleTextBKDWriter fork and replace it with a
SimpleTextBKDIndexWriter, therefore have just the logic to build a tree in one
place.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]