Class CheckIndex.Status.StoredFieldStatus

java.lang.Object
org.apache.lucene.index.CheckIndex.Status.StoredFieldStatus
Enclosing class:
CheckIndex.Status

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

    • docCount

      public int docCount
      Number of documents tested.
    • totFields

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

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