Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Attributes | List of all members
Lucene.Net.Index.CheckIndex.Status.StoredFieldStatus Class Reference

Status from testing stored fields. More...

Public Attributes

int docCount = 0
 Number of documents tested.
 
long totFields = 0
 Total number of stored fields tested.
 
System.Exception error = null
 Exception thrown during stored fields test (null on success)
 

Detailed Description

Status from testing stored fields.

Definition at line 226 of file CheckIndex.cs.

Member Data Documentation

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

Number of documents tested.

Definition at line 230 of file CheckIndex.cs.

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

Exception thrown during stored fields test (null on success)

Definition at line 236 of file CheckIndex.cs.

long Lucene.Net.Index.CheckIndex.Status.StoredFieldStatus.totFields = 0

Total number of stored fields tested.

Definition at line 233 of file CheckIndex.cs.


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