|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.index.CheckIndex.Status.DocValuesStatus
public static final class CheckIndex.Status.DocValuesStatus
Status from testing DocValues
Field Summary | |
---|---|
Throwable |
error
Exception thrown during doc values test (null on success) |
long |
totalBinaryFields
Total number of binary fields |
long |
totalNumericFields
Total number of numeric fields |
long |
totalSortedFields
Total number of sorted fields |
long |
totalSortedSetFields
Total number of sortedset fields |
long |
totalValueFields
Total number of docValues tested. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long totalValueFields
public long totalNumericFields
public long totalBinaryFields
public long totalSortedFields
public long totalSortedSetFields
public Throwable error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |