public static final class CheckIndex.Status.StoredFieldStatus extends Object
Modifier and Type | Field and Description |
---|---|
int |
docCount
Number of documents tested.
|
Throwable |
error
Exception thrown during stored fields test (null on success)
|
long |
totFields
Total number of stored fields tested.
|
Constructor and Description |
---|
CheckIndex.Status.StoredFieldStatus() |
public int docCount
public long totFields
public Throwable error