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 Member Functions | Properties | List of all members
Lucene.Net.Index.FieldInfo Class Reference

Inherits ICloneable.

Public Member Functions

System.Object Clone ()
 

Properties

bool storePayloads_ForNUnit [get]
 
System.String name_ForNUnit [get]
 
bool isIndexed_ForNUnit [get]
 
bool omitNorms_ForNUnit [get]
 
bool omitTermFreqAndPositions_ForNUnit [get]
 
bool storeTermVector_ForNUnit [get]
 

Detailed Description

Definition at line 23 of file FieldInfo.cs.

Member Function Documentation

System.Object Lucene.Net.Index.FieldInfo.Clone ( )

Definition at line 65 of file FieldInfo.cs.

Property Documentation

bool Lucene.Net.Index.FieldInfo.isIndexed_ForNUnit
get

Definition at line 117 of file FieldInfo.cs.

System.String Lucene.Net.Index.FieldInfo.name_ForNUnit
get

Definition at line 112 of file FieldInfo.cs.

bool Lucene.Net.Index.FieldInfo.omitNorms_ForNUnit
get

Definition at line 122 of file FieldInfo.cs.

bool Lucene.Net.Index.FieldInfo.omitTermFreqAndPositions_ForNUnit
get

Definition at line 127 of file FieldInfo.cs.

bool Lucene.Net.Index.FieldInfo.storePayloads_ForNUnit
get

Definition at line 107 of file FieldInfo.cs.

bool Lucene.Net.Index.FieldInfo.storeTermVector_ForNUnit
get

Definition at line 132 of file FieldInfo.cs.


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