Class CheckIndex.Status.TermVectorStatus

  • Enclosing class:
    CheckIndex.Status

    public static final class CheckIndex.Status.TermVectorStatus
    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 term vector test (null on success)
      long totVectors
      Total number of term vectors 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.
      • totVectors

        public long totVectors
        Total number of term vectors tested.
      • error

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