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

Status from testing stored fields.
Show file Open project: synhershko/lucene.net

Public Properties

Property Type Description
docCount int
error System.Exception
totFields long

Property Details

docCount public property

Number of documents tested.
public int docCount
return int

error public property

Exception thrown during stored fields test (null on success)
public Exception,System error
return System.Exception

totFields public property

Total number of stored fields tested.
public long totFields
return long