public static final class CheckIndex.Status.DocValuesStatus extends Object
Modifier and Type | Field and Description |
---|---|
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 |
totalSortedNumericFields
Total number of sortednumeric fields
|
long |
totalSortedSetFields
Total number of sortedset fields
|
long |
totalValueFields
Total 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-2017 Apache Software Foundation. All Rights Reserved.