Class XKnnFloatVectorField
- java.lang.Object
-
- org.apache.lucene.document.Field
-
- org.apache.lucene.document.KnnFloatVectorField
-
- org.apache.pinot.segment.local.segment.creator.impl.vector.XKnnFloatVectorField
-
- All Implemented Interfaces:
org.apache.lucene.index.IndexableField
public class XKnnFloatVectorField extends org.apache.lucene.document.KnnFloatVectorField
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_DIMS_COUNT
-
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
-
-
-
-
Field Detail
-
MAX_DIMS_COUNT
public static final int MAX_DIMS_COUNT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XKnnFloatVectorField
public XKnnFloatVectorField(String name, float[] vector, org.apache.lucene.index.VectorSimilarityFunction similarityFunction)
-
-