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

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

Public Properties

Property Type Description
docCount int
error System.Exception
totVectors long

Property Details

docCount public_oe property

Number of documents tested.
public int docCount
return int

error public_oe property

Exception thrown during term vector test (null on success)
public Exception,System error
return System.Exception

totVectors public_oe property

Total number of term vectors tested.
public long totVectors
return long