public static final class

CheckIndex.Status.FieldNormStatus

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

Class Overview

Status from testing field norms.

Summary

Fields
public Throwable error Exception thrown during term index test (null on success)
public long totFields Number of fields successfully tested
Public Constructors
CheckIndex.Status.FieldNormStatus()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Throwable error

Exception thrown during term index test (null on success)

public long totFields

Number of fields successfully tested

Public Constructors

public CheckIndex.Status.FieldNormStatus ()