Module org.apache.lucene.core
Package org.apache.lucene.index
Class CheckIndex.Status.VectorValuesStatus
- java.lang.Object
-
- org.apache.lucene.index.CheckIndex.Status.VectorValuesStatus
-
- Enclosing class:
- CheckIndex.Status
public static final class CheckIndex.Status.VectorValuesStatus extends java.lang.Object
Status from testing vector values
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Throwable
error
Exception thrown during vector values test (null on success)int
totalKnnVectorFields
Total number of fields with vectors.long
totalVectorValues
Total number of vector values tested.
-
Constructor Summary
Constructors Constructor Description VectorValuesStatus()
-