Class ByteKnnVectorFieldSource

java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.ByteKnnVectorFieldSource

public class ByteKnnVectorFieldSource extends ValueSource
An implementation for retrieving FunctionValues instances for byte knn vectors fields.
  • Field Details

    • fieldName

      private final String fieldName
  • Constructor Details

    • ByteKnnVectorFieldSource

      public ByteKnnVectorFieldSource(String fieldName)
  • Method Details