public static final class

CheckIndex.Status.StoredFieldStatus

extends Object
java.lang.Object
   ↳ org.apache.lucene.index.CheckIndex.Status.StoredFieldStatus

Class Overview

Status from testing stored fields.

Summary

Fields
public int docCount Number of documents tested.
public Throwable error Exception thrown during stored fields test (null on success)
public long totFields Total number of stored fields tested.
Public Constructors
CheckIndex.Status.StoredFieldStatus()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int docCount

Number of documents tested.

public Throwable error

Exception thrown during stored fields test (null on success)

public long totFields

Total number of stored fields tested.

Public Constructors

public CheckIndex.Status.StoredFieldStatus ()