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

Classes

class  CurrentIndex
 Definition of current index information managed by the LuceneUpdater windows service. The <copy> node within the <indexset> node represents the information needed to load a CurrentIndex object for a given IndexSet. More...
 
class  DistributedSearcher
 Definition of a configurable set of search indexes made accessible by the LuceneServer windows service for a consuming application. These search indexes are defined in the configuration file of an application. The locations defined in a DistributedSearcher match the exposed object URIs as defined in the LuceneServer service. More...
 
class  DistributedSearcherConfigurationHandler
 Implementation of custom configuration handler for the definition of search indexes made accessible by the LuceneServer windows service. This configuration resides in the configuration file of an application consuming the search indexes made accessible by the LuceneServer windows service. More...
 
class  DistributedSearchers
 Definition of a configurable set of search indexes made accessible by the LuceneServer windows service for a consuming application. These search indexes are defined in the configuration file of an application. The locations defined in a DistributedSearcher match the exposed object URIs as defined in the LuceneServer service. More...
 
class  LuceneServerIndex
 Definition of a configurable search index made accessible by the LuceneServer windows service. More...
 
class  LuceneServerIndexConfigurationHandler
 Implementation of custom configuration handler for the definition of search indexes made accessible by the LuceneServer windows service. More...
 
class  LuceneServerIndexes
 Definition of configurable search indexes made accessible by the LuceneServer windows service. More...
 

Enumerations

enum  IndexSetting { NoSetting = 0, IndexA = 1, IndexB = 2 }
 

Enumeration Type Documentation

Enumerator
NoSetting 
IndexA 
IndexB 

Definition at line 34 of file CurrentIndex.cs.