Class ByteRankVectorsDocValuesField

All Implemented Interfaces:
Iterable<RankVectors>, ScriptDocValues.Supplier<org.apache.lucene.util.BytesRef>, RankVectorsScriptDocValues.RankVectorsSupplier, DocValuesScriptFieldFactory, Field<RankVectors>, ScriptFieldFactory
Direct Known Subclasses:
BitRankVectorsDocValuesField

public class ByteRankVectorsDocValuesField extends RankVectorsDocValuesField
  • Field Details

    • input

      protected final org.apache.lucene.index.BinaryDocValues input
    • dims

      protected final int dims
    • numVecs

      protected int numVecs
    • vectorValue

      protected VectorIterator<byte[]> vectorValue
    • decoded

      protected boolean decoded
    • value

      protected org.apache.lucene.util.BytesRef value
    • magnitudesValue

      protected org.apache.lucene.util.BytesRef magnitudesValue
  • Constructor Details

    • ByteRankVectorsDocValuesField

      public ByteRankVectorsDocValuesField(org.apache.lucene.index.BinaryDocValues input, org.apache.lucene.index.BinaryDocValues magnitudes, String name, DenseVectorFieldMapper.ElementType elementType, int dims)
  • Method Details