Click or drag to resize

IIndexBuilder Interface

Defines Index builder operations and properties

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

The IIndexBuilder type exposes the following members.

Properties
  NameDescription
Public propertyAction
Gets or sets index builder action
Public propertyDefaultSettings
Gets default settings collection
Public propertyExtenders
Gets list of index builder extenders
Public propertyMeta
Gets or sets metadata
Public propertyName
Gets or sets index builder name
Public propertyNotification
Gets or sets notification
Public propertySchema
Gets or sets IndexBuilder schema
Public propertySettings
Gets or sets settingscollection
Public propertySupportedActions
Gets list of supported actions
Public propertyType
Gets or sets index builder type
Top
Methods
  NameDescription
Public methodBuild
Builds Index
Public methodGetFields
Gets index fields
Top
See Also