Click or drag to resize

IIndex Interface

Defines properties and methods for Indexing data domain specific objects

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
[JsonConverterAttribute(typeof(IndexJsonConverter))]
[ProviderBaseAttribute]
public interface IIndex

The IIndex type exposes the following members.

Properties
  NameDescription
Public propertyBalancer
Gets or sets load balancer index
Public propertyBuilds
Gets or sets dictionary of IndexBuilder object instances
Public propertyDescription
Gets or sets index description text
Public propertyFileName
Gets or sets index file name
Public propertyInstances
Gets or sets dictionary of IndexProvider object instances
Public propertyMeta
Gets or sets index meta information
Public propertyName
Gets or sets index instance name
Public propertySchema
Gets or sets schema definition
Public propertySettings
Gets or sets index settings
Public propertySubType
Gets or sets index sub type
Public propertyType
Gets or sets index type
Top
Methods
  NameDescription
Public methodBuild
Defines build operation
Public methodGetInstance
Defines operation for getting IndexProvider instance
Public methodSetInstance
Defines operation for setting Index instance name
Top
See Also