public static final class CheckIndex.Status.StoredFieldStatus extends Object
Modifier and Type | Field | 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 | Description |
---|---|
StoredFieldStatus() |
public int docCount
public long totFields
public Throwable error
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.