Class IndexBuilderBase
- Namespace
- Dynamicweb.Indexing
- Assembly
- Dynamicweb.Core.dll
Defines index builder base operations
- Inheritance
-
Index
Builder Base
- Implements
- Derived
- Inherited Members
Properties
Action
Index builder action
Property Value
DefaultSettings
Default settings
Property Value
Extenders
List of Index builder extenders
Property Value
Meta
Meta information
Property Value
Name
Index builder name
Property Value
Notification
Gets or sets notification
Property Value
Schema
Schema
Property Value
Settings
Settings
Property Value
SupportedActions
List of supported actions
Property Value
Type
Index builder type
Property Value
Methods
Build(IIndexWriter, Tracker)
Builds the index to the specified writer
Parameters
writer
IIndexWriter The indexing writer
tracker
TrackerThe tracker instance to log what happens
GetBoolean(string)
Parameters
key
string
Returns
GetFields()
Defines GetFields required operation
Returns
GetInt32(string)
Parameters
key
string
Returns
GetString(string)
Parameters
key
string
Returns
SetValue<T>(string, T)
Parameters
key
stringvalue
T
Type Parameters
T