Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Attributes | List of all members
Lucene.Net.Index.CheckIndex.Status.TermVectorStatus Class Reference

Status from testing stored fields. More...

Public Attributes

int docCount = 0
 Number of documents tested.
 
long totVectors = 0
 Total number of term vectors tested.
 
System.Exception error = null
 Exception thrown during term vector test (null on success)
 

Detailed Description

Status from testing stored fields.

Definition at line 240 of file CheckIndex.cs.

Member Data Documentation

int Lucene.Net.Index.CheckIndex.Status.TermVectorStatus.docCount = 0

Number of documents tested.

Definition at line 244 of file CheckIndex.cs.

System.Exception Lucene.Net.Index.CheckIndex.Status.TermVectorStatus.error = null

Exception thrown during term vector test (null on success)

Definition at line 250 of file CheckIndex.cs.

long Lucene.Net.Index.CheckIndex.Status.TermVectorStatus.totVectors = 0

Total number of term vectors tested.

Definition at line 247 of file CheckIndex.cs.


The documentation for this class was generated from the following file: