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 | Namespaces | Enumerations
CurrentIndex.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Distributed.Configuration.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...
 

Namespaces

package  Lucene.Net.Distributed.Configuration
 

Enumerations

enum  Lucene.Net.Distributed.Configuration.IndexSetting { Lucene.Net.Distributed.Configuration.NoSetting = 0, Lucene.Net.Distributed.Configuration.IndexA = 1, Lucene.Net.Distributed.Configuration.IndexB = 2 }