Uses of Class
org.apache.lucene.index.ByteVectorValues
Packages that use ByteVectorValues
Package
Description
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
Codecs API: API for customization of the encoding and structure of the index.
HNSW vector helper classes.
Lucene 9.5 file format.
Lucene 9.9 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 ByteVectorValues in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 that return ByteVectorValues -
Uses of ByteVectorValues in org.apache.lucene.backward_codecs.lucene91
Methods in org.apache.lucene.backward_codecs.lucene91 that return ByteVectorValues -
Uses of ByteVectorValues in org.apache.lucene.backward_codecs.lucene92
Methods in org.apache.lucene.backward_codecs.lucene92 that return ByteVectorValues -
Uses of ByteVectorValues in org.apache.lucene.backward_codecs.lucene94
Subclasses of ByteVectorValues in org.apache.lucene.backward_codecs.lucene94Modifier 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.lucene94 that return ByteVectorValues -
Uses of ByteVectorValues in org.apache.lucene.backward_codecs.lucene95
Methods in org.apache.lucene.backward_codecs.lucene95 that return ByteVectorValues -
Uses of ByteVectorValues in org.apache.lucene.codecs
Subclasses of ByteVectorValues in org.apache.lucene.codecsModifier and TypeClassDescriptionprivate static class
private static class
Sorting FloatVectorValues that iterate over documents in the order of the provided sortMap(package private) static class
Fields in org.apache.lucene.codecs declared as ByteVectorValuesModifier and TypeFieldDescription(package private) final ByteVectorValues
KnnVectorsWriter.ByteVectorValuesSub.values
Methods in org.apache.lucene.codecs that return ByteVectorValuesModifier and TypeMethodDescriptionabstract ByteVectorValues
KnnVectorsReader.getByteVectorValues
(String field) Returns theByteVectorValues
for the givenfield
.static ByteVectorValues
KnnVectorsWriter.MergedVectorValues.mergeByteVectorValues
(FieldInfo fieldInfo, MergeState mergeState) Returns a merged view over all the segment'sByteVectorValues
.Methods in org.apache.lucene.codecs with parameters of type ByteVectorValuesModifier and TypeMethodDescriptionprotected abstract void
BufferingKnnVectorsWriter.writeField
(FieldInfo fieldInfo, ByteVectorValues byteVectorValues, int maxDoc) Write the provided byte vector fieldConstructors in org.apache.lucene.codecs with parameters of type ByteVectorValuesModifierConstructorDescription(package private)
ByteVectorValuesSub
(MergeState.DocMap docMap, ByteVectorValues values) -
Uses of ByteVectorValues in org.apache.lucene.codecs.hnsw
Methods in org.apache.lucene.codecs.hnsw that return ByteVectorValuesModifier and TypeMethodDescriptionabstract ByteVectorValues
FlatVectorsReader.getByteVectorValues
(String field) Returns theByteVectorValues
for the givenfield
. -
Uses of ByteVectorValues in org.apache.lucene.codecs.lucene95
Subclasses of ByteVectorValues in org.apache.lucene.codecs.lucene95Modifier and TypeClassDescriptionclass
Read the vector values from the index input.static class
Dense vector values that are stored off-heap.private static class
private static class
-
Uses of ByteVectorValues in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 that return ByteVectorValuesModifier and TypeMethodDescriptionLucene99FlatVectorsReader.getByteVectorValues
(String field) Lucene99HnswVectorsReader.getByteVectorValues
(String field) Lucene99ScalarQuantizedVectorsReader.getByteVectorValues
(String field) Methods in org.apache.lucene.codecs.lucene99 with parameters of type ByteVectorValuesModifier and TypeMethodDescriptionprivate static DocsWithFieldSet
Lucene99FlatVectorsWriter.writeByteVectorData
(IndexOutput output, ByteVectorValues byteVectorValues) Writes the byte vector values to the output and returns a set of documents that contains vectors. -
Uses of ByteVectorValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return ByteVectorValuesModifier and TypeMethodDescriptionPerFieldKnnVectorsFormat.FieldsReader.getByteVectorValues
(String field) -
Uses of ByteVectorValues in org.apache.lucene.codecs.simpletext
Subclasses of ByteVectorValues in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionprivate static class
Methods in org.apache.lucene.codecs.simpletext that return ByteVectorValuesMethods in org.apache.lucene.codecs.simpletext with parameters of type ByteVectorValuesModifier and TypeMethodDescriptionprivate void
SimpleTextKnnVectorsWriter.writeByteVectorValue
(ByteVectorValues vectors) void
SimpleTextKnnVectorsWriter.writeField
(FieldInfo fieldInfo, ByteVectorValues byteVectorValues, int maxDoc) -
Uses of ByteVectorValues in org.apache.lucene.index
Subclasses of ByteVectorValues in org.apache.lucene.indexModifier and TypeClassDescriptionprivate class
private static class
Fields in org.apache.lucene.index declared as ByteVectorValuesModifier and TypeFieldDescriptionprivate final ByteVectorValues
ExitableDirectoryReader.ExitableFilterAtomicReader.ExitableByteVectorValues.vectorValues
Methods in org.apache.lucene.index that return ByteVectorValuesModifier and TypeMethodDescriptionfinal ByteVectorValues
CodecReader.getByteVectorValues
(String field) final ByteVectorValues
DocValuesLeafReader.getByteVectorValues
(String field) ExitableDirectoryReader.ExitableFilterAtomicReader.getByteVectorValues
(String field) FilterLeafReader.getByteVectorValues
(String field) abstract ByteVectorValues
LeafReader.getByteVectorValues
(String field) ReturnsByteVectorValues
for this field, or null if noByteVectorValues
were indexed.ParallelLeafReader.getByteVectorValues
(String fieldName) SlowCompositeCodecReaderWrapper.SlowCompositeKnnVectorsReaderWrapper.getByteVectorValues
(String field) Methods in org.apache.lucene.index with parameters of type ByteVectorValuesModifier and TypeMethodDescriptionprivate static void
CheckIndex.checkByteVectorValues
(ByteVectorValues values, FieldInfo fieldInfo, CheckIndex.Status.VectorValuesStatus status, CodecReader codecReader) Constructors in org.apache.lucene.index with parameters of type ByteVectorValuesModifierConstructorDescriptionExitableByteVectorValues
(ByteVectorValues vectorValues) (package private)
SortingByteVectorValues
(ByteVectorValues delegate, Sorter.DocMap sortMap) -
Uses of ByteVectorValues in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return ByteVectorValuesModifier and TypeMethodDescriptionMemoryIndex.MemoryIndexReader.getByteVectorValues
(String fieldName) -
Uses of ByteVectorValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return ByteVectorValues