public static final class CheckIndex.Status.DocValuesStatus extends Object
| Modifier and Type | Field and Description | 
|---|---|
| Throwable | errorException thrown during doc values test (null on success) | 
| long | totalBinaryFieldsTotal number of binary fields | 
| long | totalNumericFieldsTotal number of numeric fields | 
| long | totalSortedFieldsTotal number of sorted fields | 
| long | totalSortedNumericFieldsTotal number of sortednumeric fields | 
| long | totalSortedSetFieldsTotal number of sortedset fields | 
| long | totalValueFieldsTotal number of docValues tested. | 
public long totalValueFields
public long totalNumericFields
public long totalBinaryFields
public long totalSortedFields
public long totalSortedNumericFields
public long totalSortedSetFields
public Throwable error
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.