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

Status from testing stored fields.
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Свойство Type Description
docCount int
error System.Exception
totFields long

Property Details

docCount public_oe property

Number of documents tested.
public int docCount
Résultat int

error public_oe property

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

totFields public_oe property

Total number of stored fields tested.
public long totFields
Résultat long