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.TermIndexStatus Class Reference

Status from testing term index. More...

Public Attributes

long termCount = 0L
 Total term count
 
long totFreq = 0L
 Total frequency across all terms.
 
long totPos = 0L
 Total number of positions.
 
System.Exception error = null
 Exception thrown during term index test (null on success)
 

Detailed Description

Status from testing term index.

Definition at line 210 of file CheckIndex.cs.

Member Data Documentation

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

Exception thrown during term index test (null on success)

Definition at line 222 of file CheckIndex.cs.

long Lucene.Net.Index.CheckIndex.Status.TermIndexStatus.termCount = 0L

Total term count

Definition at line 213 of file CheckIndex.cs.

long Lucene.Net.Index.CheckIndex.Status.TermIndexStatus.totFreq = 0L

Total frequency across all terms.

Definition at line 216 of file CheckIndex.cs.

long Lucene.Net.Index.CheckIndex.Status.TermIndexStatus.totPos = 0L

Total number of positions.

Definition at line 219 of file CheckIndex.cs.


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