C# Class Lucene.Net.Index.CheckIndex.Status.FieldNormStatus

Status from testing field norms.
Show file Open project: synhershko/lucene.net

Public Properties

Property Type Description
error System.Exception
totFields long

Property Details

error public property

Exception thrown during term index test (null on success)
public Exception,System error
return System.Exception

totFields public property

Number of fields successfully tested
public long totFields
return long