Class CheckIndex.Status.DocValuesStatus

  • Enclosing class:
    CheckIndex.Status

    public static final class CheckIndex.Status.DocValuesStatus
    extends java.lang.Object
    Status from testing DocValues
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • totalValueFields

        public long totalValueFields
        Total number of docValues tested.
      • totalNumericFields

        public long totalNumericFields
        Total number of numeric fields
      • totalBinaryFields

        public long totalBinaryFields
        Total number of binary fields
      • totalSortedFields

        public long totalSortedFields
        Total number of sorted fields
      • totalSortedSetFields

        public long totalSortedSetFields
        Total number of sortedset fields
      • error

        public java.lang.Throwable error
        Exception thrown during doc values test (null on success)