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
Namespaces | Enumerations
Package Lucene.Net.Distributed

Namespaces

package  Configuration
 
package  Indexing
 
package  Operations
 
 

Enumerations

enum  SearchMethod { Local = 0, Distributed = 1, Undefined = 2 }
 Specifies the location of a DistributedSearcher More...
 
enum  FieldStorageType { Keyword = 1, UnIndexed = 2, UnStored = 3, Text = 4 }
 Specifies the type of Field in an IndexDocument More...
 
enum  IndexAction { NoAction = 0, Update = 1, Overwrite = 2 }
 Specifies the type of action for an IndexSet to take when applying changes to an index More...
 
enum  AnalyzerType { StandardAnalyzer = 0, SimpleAnalyzer = 1, WhitespaceAnalyzer = 2, StopAnalyzer = 3 }
 Specifies the type of Analyzer to use in creation of an IndexDocument More...
 

Enumeration Type Documentation

Specifies the type of Analyzer to use in creation of an IndexDocument

Enumerator
StandardAnalyzer 
SimpleAnalyzer 
WhitespaceAnalyzer 
StopAnalyzer 

Definition at line 57 of file Enumerations.cs.

Specifies the type of Field in an IndexDocument

Enumerator
Keyword 
UnIndexed 
UnStored 
Text 

Definition at line 36 of file Enumerations.cs.

Specifies the type of action for an IndexSet to take when applying changes to an index

Enumerator
NoAction 
Update 
Overwrite 

Definition at line 47 of file Enumerations.cs.

Specifies the location of a DistributedSearcher

Enumerator
Local 
Distributed 
Undefined 

Definition at line 26 of file Enumerations.cs.