Click or drag to resize

IIndexProvider Interface

Defines index provider properties and operations

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public interface IIndexProvider

The IIndexProvider type exposes the following members.

Properties
  NameDescription
Public propertyIndex
Public propertyIsAvailable
Shows if Index provider is available
Public propertyName
Index provider name
Public propertySettings
Index provider settings
Public propertySupportedAnalyzers
Represents list of supported analyzers
Public propertyType
Index provider type
Top
Methods
  NameDescription
Public methodCreateWriter
Defines create writer operation
Top
See Also