Class CheckIndex.Status.FieldNormStatus

  • Enclosing class:
    CheckIndex.Status

    public static final class CheckIndex.Status.FieldNormStatus
    extends java.lang.Object
    Status from testing field norms.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Throwable error
      Exception thrown during term index test (null on success)
      long totFields
      Number of fields successfully tested
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • totFields

        public long totFields
        Number of fields successfully tested
      • error

        public java.lang.Throwable error
        Exception thrown during term index test (null on success)