public static final class CheckIndex.Status.DocValuesStatus extends Object
Modifier and Type | Field and Description |
---|---|
int |
docCount
Number of documents tested.
|
Throwable |
error
Exception thrown during doc values test (null on success)
|
long |
totalValueFields
Total number of docValues tested.
|
public int docCount
public long totalValueFields
public Throwable error
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.