Uses of Class
org.apache.lucene.index.VectorValues
Packages that use VectorValues
Package
Description
Lucene 9.0 file format.
Lucene 9.1 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.2 file format.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Highlighting search terms.
-
Uses of VectorValues in org.apache.lucene.backward_codecs.lucene90
Subclasses of VectorValues in org.apache.lucene.backward_codecs.lucene90Modifier and TypeClassDescription(package private) static class
Read the vector values from the index input.Methods in org.apache.lucene.backward_codecs.lucene90 that return VectorValues -
Uses of VectorValues in org.apache.lucene.backward_codecs.lucene91
Subclasses of VectorValues in org.apache.lucene.backward_codecs.lucene91Modifier and TypeClassDescription(package private) static class
Read the vector values from the index input.Methods in org.apache.lucene.backward_codecs.lucene91 that return VectorValues -
Uses of VectorValues in org.apache.lucene.codecs
Subclasses of VectorValues in org.apache.lucene.codecsModifier and TypeClassDescriptionprivate static class
View over multiple VectorValues supporting iterator-style access via DocIdMerger.Fields in org.apache.lucene.codecs declared as VectorValuesModifier and TypeFieldDescription(package private) final VectorValues
KnnVectorsWriter.VectorValuesSub.values
Methods in org.apache.lucene.codecs that return VectorValuesModifier and TypeMethodDescriptionabstract VectorValues
KnnVectorsReader.getVectorValues
(String field) Returns theVectorValues
for the givenfield
.Constructors in org.apache.lucene.codecs with parameters of type VectorValuesModifierConstructorDescription(package private)
VectorValuesSub
(MergeState.DocMap docMap, VectorValues values) -
Uses of VectorValues in org.apache.lucene.codecs.lucene92
Subclasses of VectorValues in org.apache.lucene.codecs.lucene92Modifier and TypeClassDescription(package private) class
Read the vector values from the index input.(package private) static class
private static class
private static class
Methods in org.apache.lucene.codecs.lucene92 that return VectorValuesMethods in org.apache.lucene.codecs.lucene92 with parameters of type VectorValuesModifier and TypeMethodDescriptionprivate static DocsWithFieldSet
Lucene92HnswVectorsWriter.writeVectorData
(IndexOutput output, VectorValues vectors) Writes the vector values to the output and returns a set of documents that contains vectors. -
Uses of VectorValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return VectorValuesModifier and TypeMethodDescriptionPerFieldKnnVectorsFormat.FieldsReader.getVectorValues
(String field) -
Uses of VectorValues in org.apache.lucene.codecs.simpletext
Subclasses of VectorValues in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionprivate static class
Methods in org.apache.lucene.codecs.simpletext that return VectorValuesMethods in org.apache.lucene.codecs.simpletext with parameters of type VectorValuesModifier and TypeMethodDescriptionprivate void
SimpleTextKnnVectorsWriter.writeVectorValue
(VectorValues vectors) -
Uses of VectorValues in org.apache.lucene.index
Subclasses of VectorValues in org.apache.lucene.indexModifier and TypeClassDescriptionprivate class
class
Delegates all methods to a wrappedVectorValues
.private static class
(package private) static class
Fields in org.apache.lucene.index declared as VectorValuesModifier and TypeFieldDescriptionprivate final VectorValues
VectorValuesWriter.SortingVectorValues.delegate
static final VectorValues
VectorValues.EMPTY
Represents the lack of vector values.protected final VectorValues
FilterVectorValues.in
Wrapped valuesMethods in org.apache.lucene.index that return VectorValuesModifier and TypeMethodDescriptionfinal VectorValues
CodecReader.getVectorValues
(String field) final VectorValues
DocValuesLeafReader.getVectorValues
(String field) ExitableDirectoryReader.ExitableFilterAtomicReader.getVectorValues
(String field) FilterLeafReader.getVectorValues
(String field) abstract VectorValues
LeafReader.getVectorValues
(String field) ReturnsVectorValues
for this field, or null if noVectorValues
were indexed.ParallelLeafReader.getVectorValues
(String fieldName) Constructors in org.apache.lucene.index with parameters of type VectorValuesModifierConstructorDescriptionExitableVectorValues
(VectorValues vectorValues) protected
Sole constructor(package private)
SortingVectorValues
(VectorValues delegate, Sorter.DocMap sortMap) -
Uses of VectorValues in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return VectorValuesModifier and TypeMethodDescriptionMemoryIndex.MemoryIndexReader.getVectorValues
(String fieldName) -
Uses of VectorValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return VectorValues