Uses of Class
org.apache.lucene.document.column.VectorColumn
Packages that use VectorColumn
-
Uses of VectorColumn in org.apache.lucene.document.column
Methods in org.apache.lucene.document.column with parameters of type VectorColumnModifier and TypeMethodDescriptionstatic voidColumnValidation.checkVectorDimension(VectorColumn<?> column, int actual, int expected, int batchDocID) Throws if a vector value's length does not match the field's declared dimension.static voidColumnValidation.checkVectorDocIDStrictlyIncreasing(VectorColumn<?> column, int batchDocID, int prevBatchDocID) Throws if a vector cursor doc-id is not strictly greater than the previous one.static voidColumnValidation.validateVectorColumn(VectorColumn<?> column, IndexableFieldType fieldType) Validates aVectorColumnagainst the field type it will feed.