Uses of Class
org.apache.lucene.index.VectorValues
Packages that use VectorValues
Package
Description
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.3 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.
Code to search indices.
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.backward_codecs.lucene92
Subclasses of VectorValues in org.apache.lucene.backward_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.backward_codecs.lucene92 that return VectorValues -
Uses of VectorValues in org.apache.lucene.codecs
Subclasses of VectorValues in org.apache.lucene.codecsModifier and TypeClassDescriptionprotected 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.lucene94
Subclasses of VectorValues in org.apache.lucene.codecs.lucene94Modifier and TypeClassDescriptionclass
reads from byte-encoded data(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.lucene94 that return VectorValuesMethods in org.apache.lucene.codecs.lucene94 with parameters of type VectorValuesModifier and TypeMethodDescriptionprivate static DocsWithFieldSet
Lucene94HnswVectorsWriter.writeVectorData
(IndexOutput output, VectorValues vectors, int scalarSize) Writes the vector values to the output and returns a set of documents that contains vectors.Constructors in org.apache.lucene.codecs.lucene94 with parameters of type VectorValues -
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 static class
private class
class
Delegates all methods to a wrappedVectorValues
.static class
Sorting VectorValues that iterate over documents in the order of the provided sortMapFields in org.apache.lucene.index declared as VectorValuesModifier and TypeFieldDescriptionstatic 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
Fields in org.apache.lucene.search declared as VectorValuesConstructors in org.apache.lucene.search with parameters of type VectorValuesModifierConstructorDescriptionprotected
ByteVectorScorer
(VectorValues values, float[] query, VectorSimilarityFunction similarity) protected
FloatVectorScorer
(VectorValues values, float[] query, VectorSimilarityFunction similarity) (package private)
VectorScorer
(VectorValues values, VectorSimilarityFunction similarity) -
Uses of VectorValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return VectorValues