|
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.
|
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) | |
Status from testing stored fields.
Definition at line 226 of file CheckIndex.cs.
| 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.
1.8.3