lucene icon indicating copy to clipboard operation
lucene copied to clipboard

LUCENE-10018 Introduce DocTermVectors in lieu of Fields.

Open dsmiley opened this issue 4 years ago • 2 comments

https://issues.apache.org/jira/browse/LUCENE-10018 Let's not use the Fields class anymore for TermVectors. In this PR, we introduce a new class "DocTermVectors" in its stead.

#11057

dsmiley avatar Jul 19 '21 05:07 dsmiley

In the first commit of this PR, I introduce "DocTermVectors" subclassing Fields. Another commit can inline Fields.

What do we think of the name?

dsmiley avatar Jul 19 '21 05:07 dsmiley

what are all these commits just adding more public classes for no reason?: TermVectors, now DocTermVectors

-1: Full stop.

rmuir avatar Jul 19 '21 08:07 rmuir

It looks like we are abandoning this idea -- too much new API surface area added?

mikemccand avatar Nov 02 '23 11:11 mikemccand