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) classRead the vector values from the index input.(package private) static classprivate static classprivate static classMethods 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 classprivate static classSorting FloatVectorValues that iterate over documents in the order of the provided sortMap(package private) static classFields in org.apache.lucene.codecs declared as ByteVectorValuesModifier and TypeFieldDescription(package private) final ByteVectorValuesKnnVectorsWriter.ByteVectorValuesSub.valuesMethods in org.apache.lucene.codecs that return ByteVectorValuesModifier and TypeMethodDescriptionabstract ByteVectorValuesKnnVectorsReader.getByteVectorValues(String field) Returns theByteVectorValuesfor the givenfield.static ByteVectorValuesKnnVectorsWriter.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 voidBufferingKnnVectorsWriter.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 ByteVectorValuesFlatVectorsReader.getByteVectorValues(String field) Returns theByteVectorValuesfor the givenfield. -
Uses of ByteVectorValues in org.apache.lucene.codecs.lucene95
Subclasses of ByteVectorValues in org.apache.lucene.codecs.lucene95Modifier and TypeClassDescriptionclassRead the vector values from the index input.static classDense vector values that are stored off-heap.private static classprivate 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 DocsWithFieldSetLucene99FlatVectorsWriter.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 classMethods in org.apache.lucene.codecs.simpletext that return ByteVectorValuesMethods in org.apache.lucene.codecs.simpletext with parameters of type ByteVectorValuesModifier and TypeMethodDescriptionprivate voidSimpleTextKnnVectorsWriter.writeByteVectorValue(ByteVectorValues vectors) voidSimpleTextKnnVectorsWriter.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 classprivate static classFields in org.apache.lucene.index declared as ByteVectorValuesModifier and TypeFieldDescriptionprivate final ByteVectorValuesExitableDirectoryReader.ExitableFilterAtomicReader.ExitableByteVectorValues.vectorValuesMethods in org.apache.lucene.index that return ByteVectorValuesModifier and TypeMethodDescriptionfinal ByteVectorValuesCodecReader.getByteVectorValues(String field) final ByteVectorValuesDocValuesLeafReader.getByteVectorValues(String field) ExitableDirectoryReader.ExitableFilterAtomicReader.getByteVectorValues(String field) FilterLeafReader.getByteVectorValues(String field) abstract ByteVectorValuesLeafReader.getByteVectorValues(String field) ReturnsByteVectorValuesfor this field, or null if noByteVectorValueswere indexed.ParallelLeafReader.getByteVectorValues(String fieldName) SlowCompositeCodecReaderWrapper.SlowCompositeKnnVectorsReaderWrapper.getByteVectorValues(String field) Methods in org.apache.lucene.index with parameters of type ByteVectorValuesModifier and TypeMethodDescriptionprivate static voidCheckIndex.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