Uses of Class
org.apache.lucene.codecs.KnnVectorsWriter.VectorValuesSub
-
Packages that use KnnVectorsWriter.VectorValuesSub Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. -
-
Uses of KnnVectorsWriter.VectorValuesSub in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as KnnVectorsWriter.VectorValuesSub Modifier and Type Field Description (package private) KnnVectorsWriter.VectorValuesSub
KnnVectorsWriter.MergedVectorValues.MergedFloat32VectorValues. current
Fields in org.apache.lucene.codecs with type parameters of type KnnVectorsWriter.VectorValuesSub Modifier and Type Field Description private DocIDMerger<KnnVectorsWriter.VectorValuesSub>
KnnVectorsWriter.MergedVectorValues.MergedFloat32VectorValues. docIdMerger
private java.util.List<KnnVectorsWriter.VectorValuesSub>
KnnVectorsWriter.MergedVectorValues.MergedFloat32VectorValues. subs
Constructor parameters in org.apache.lucene.codecs with type arguments of type KnnVectorsWriter.VectorValuesSub Constructor Description MergedFloat32VectorValues(java.util.List<KnnVectorsWriter.VectorValuesSub> subs, MergeState mergeState)
-