Package org.apache.lucene.index
Class CheckIndex.Status.VectorValuesStatus
java.lang.Object
org.apache.lucene.index.CheckIndex.Status.VectorValuesStatus
- Enclosing class:
- CheckIndex.Status
Status from testing VectorValues
-
Field Summary
Modifier and TypeFieldDescriptionException thrown during vector values test (null on success)int
Total number of fields with vectors.long
Total number of vector values tested. -
Method Summary
-
Field Details
-
totalVectorValues
public long totalVectorValuesTotal number of vector values tested. -
totalKnnVectorFields
public int totalKnnVectorFieldsTotal number of fields with vectors. -
error
Exception thrown during vector values test (null on success)
-