Class CheckIndex.Status.TermVectorStatus

  • Enclosing class:
    CheckIndex.Status

    public static final class CheckIndex.Status.TermVectorStatus
    extends Object
    Status from testing stored fields.
    • Field Detail

      • docCount

        public int docCount
        Number of documents tested.
      • totVectors

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

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