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

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

Public Properties

Property Type Description
error System.Exception
totFields long

Property Details

error public_oe property

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

totFields public_oe property

Number of fields successfully tested
public long totFields
return long