lucene
                                
                                 lucene copied to clipboard
                                
                                    lucene copied to clipboard
                            
                            
                            
                        LUCENE-10018 Introduce DocTermVectors in lieu of Fields.
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
In the first commit of this PR, I introduce "DocTermVectors" subclassing Fields. Another commit can inline Fields.
What do we think of the name?
what are all these commits just adding more public classes for no reason?: TermVectors, now DocTermVectors
-1: Full stop.
It looks like we are abandoning this idea -- too much new API surface area added?