Class CheckIndex.Status.StoredFieldStatus

  • Enclosing class:
    CheckIndex.Status

    public static final class CheckIndex.Status.StoredFieldStatus
    extends java.lang.Object
    Status from testing stored fields.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int docCount
      Number of documents tested.
      java.lang.Throwable error
      Exception thrown during stored fields test (null on success)
      long totFields
      Total number of stored fields tested.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • docCount

        public int docCount
        Number of documents tested.
      • totFields

        public long totFields
        Total number of stored fields tested.
      • error

        public java.lang.Throwable error
        Exception thrown during stored fields test (null on success)