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

Status from testing term index.
Exibir arquivo Open project: synhershko/lucene.net

Public Properties

Property 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
return System.Exception

termCount public_oe property

Total term count
public long termCount
return long

totFreq public_oe property

Total frequency across all terms.
public long totFreq
return long

totPos public_oe property

Total number of positions.
public long totPos
return long