Package org.apache.lucene.index
Class CheckIndex.Status.DocValuesStatus
java.lang.Object
org.apache.lucene.index.CheckIndex.Status.DocValuesStatus
- Enclosing class:
- CheckIndex.Status
Status from testing DocValues
-
Field Summary
Modifier and TypeFieldDescriptionException thrown during doc values test (null on success)long
Total number of binary fieldslong
Total number of numeric fieldslong
Total number of sorted fieldslong
Total number of sortednumeric fieldslong
Total number of sortedset fieldslong
Total number of docValues tested. -
Method Summary
-
Field Details
-
totalValueFields
public long totalValueFieldsTotal number of docValues tested. -
totalNumericFields
public long totalNumericFieldsTotal number of numeric fields -
totalBinaryFields
public long totalBinaryFieldsTotal number of binary fields -
totalSortedFields
public long totalSortedFieldsTotal number of sorted fields -
totalSortedNumericFields
public long totalSortedNumericFieldsTotal number of sortednumeric fields -
totalSortedSetFields
public long totalSortedSetFieldsTotal number of sortedset fields -
error
Exception thrown during doc values test (null on success)
-