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

Status from testing stored fields.
ファイルを表示 Open project: synhershko/lucene.net

Public Properties

Property Type Description
docCount int
error System.Exception
totFields long

Property Details

docCount public_oe property

Number of documents tested.
public int docCount
return int

error public_oe property

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

totFields public_oe property

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