Module org.apache.lucene.core
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
FieldsModifier and TypeFieldDescriptionException thrown during doc values test (null on success)longTotal number of binary fieldslongTotal number of numeric fieldslongTotal number of sorted fieldslongTotal number of sortednumeric fieldslongTotal number of sortedset fieldslongTotal number of docValues tested. -
Constructor Summary
Constructors -
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)
-
-
Constructor Details
-
DocValuesStatus
DocValuesStatus()
-