Click or drag to resize

IndexProviderBase Class

Base index provider class
Inheritance Hierarchy
SystemObject
  Dynamicweb.IndexingIndexProviderBase

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
[DataContractAttribute]
public abstract class IndexProviderBase : IIndexProvider

The IndexProviderBase type exposes the following members.

Constructors
  NameDescription
Protected methodIndexProviderBase
Initializes a new instance of the IndexProviderBase class
Top
Properties
  NameDescription
Public propertyIndex
Index provided by index provider
Public propertyIsAvailable
Shows if index is available
Public propertyName
Index provider name
Public propertySettings
Index provider settings
Public propertySupportedAnalyzers
List of supported analyzers
Public propertyType
Index provider type
Top
Methods
  NameDescription
Public methodCreateWriter
Defines create writer operation
Top
See Also