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

Status from testing field norms. More...

Public Attributes

long totFields = 0L
 Number of fields successfully tested
 
System.Exception error = null
 Exception thrown during term index test (null on success)
 

Detailed Description

Status from testing field norms.

Definition at line 200 of file CheckIndex.cs.

Member Data Documentation

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

Exception thrown during term index test (null on success)

Definition at line 206 of file CheckIndex.cs.

long Lucene.Net.Index.CheckIndex.Status.FieldNormStatus.totFields = 0L

Number of fields successfully tested

Definition at line 203 of file CheckIndex.cs.


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