Class ByteVectorValues

java.lang.Object
org.apache.lucene.index.KnnVectorValues
org.apache.lucene.index.ByteVectorValues
Direct Known Subclasses:
BufferingKnnVectorsWriter.BufferedByteVectorValues, BufferingKnnVectorsWriter.SortingByteVectorValues, ExitableDirectoryReader.ExitableFilterAtomicReader.ExitableByteVectorValues, KnnVectorsWriter.MergedVectorValues.MergedByteVectorValues, MemoryIndex.MemoryByteVectorValues, OffHeapByteVectorValues, OffHeapByteVectorValues, QuantizedByteVectorValues, SimpleTextKnnVectorsReader.SimpleTextByteVectorValues, SlowCompositeCodecReaderWrapper.SlowCompositeKnnVectorsReaderWrapper.MergedByteVectorValues, SortingCodecReader.SortingByteVectorValues

public abstract class ByteVectorValues extends KnnVectorValues
This class provides access to per-document floating point vector values indexed as KnnByteVectorField.
  • Constructor Details

    • ByteVectorValues

      protected ByteVectorValues()
      Sole constructor
  • Method Details