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 | List of all members
Lucene.Net.Distributed.Configuration.DistributedSearcherConfigurationHandler Class Reference

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...

Inherits IConfigurationSectionHandler.

Public Member Functions

 DistributedSearcherConfigurationHandler ()
 Empty public constructor for the configuration handler.
 
object Create (object parent, object configContext, XmlNode section)
 Required implementation of IConfigurationSectionHandler.
 

Detailed Description

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.

Definition at line 30 of file DistributedSearcherConfigurationHandler.cs.

Constructor & Destructor Documentation

Lucene.Net.Distributed.Configuration.DistributedSearcherConfigurationHandler.DistributedSearcherConfigurationHandler ( )

Empty public constructor for the configuration handler.

Definition at line 35 of file DistributedSearcherConfigurationHandler.cs.

Member Function Documentation

object Lucene.Net.Distributed.Configuration.DistributedSearcherConfigurationHandler.Create ( object  parent,
object  configContext,
XmlNode  section 
)

Required implementation of IConfigurationSectionHandler.

Parameters
parentRequired object for IConfigurationSectionHandler
configContextConfiguration context object
sectionXml configuration in the application configuration file
Returns

Definition at line 48 of file DistributedSearcherConfigurationHandler.cs.


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