Class XKnnFloatVectorField

  • All Implemented Interfaces:
    org.apache.lucene.index.IndexableField

    public class XKnnFloatVectorField
    extends org.apache.lucene.document.KnnFloatVectorField
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.lucene.document.Field

        org.apache.lucene.document.Field.Store
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MAX_DIMS_COUNT  
      • Fields inherited from class org.apache.lucene.document.Field

        fieldsData, name, tokenStream, type
    • Constructor Summary

      Constructors 
      Constructor Description
      XKnnFloatVectorField​(String name, float[] vector, org.apache.lucene.index.VectorSimilarityFunction similarityFunction)  
    • Method Summary

      • Methods inherited from class org.apache.lucene.document.KnnFloatVectorField

        createFieldType, newVectorQuery, setVectorValue, vectorValue
      • Methods inherited from class org.apache.lucene.document.Field

        binaryValue, fieldType, getCharSequenceValue, invertableType, name, numericValue, readerValue, setBytesValue, setBytesValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setReaderValue, setShortValue, setStringValue, setTokenStream, storedValue, stringValue, tokenStream, tokenStreamValue, toString
    • Constructor Detail

      • XKnnFloatVectorField

        public XKnnFloatVectorField​(String name,
                                    float[] vector,
                                    org.apache.lucene.index.VectorSimilarityFunction similarityFunction)