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

Status from testing term index.
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Свойство Type Description
error System.Exception
termCount long
totFreq long
totPos long

Property Details

error public_oe property

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

termCount public_oe property

Total term count
public long termCount
Résultat long

totFreq public_oe property

Total frequency across all terms.
public long totFreq
Résultat long

totPos public_oe property

Total number of positions.
public long totPos
Résultat long