Click or drag to resize

Index Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.IndexingIndex

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

The Index type exposes the following members.

Constructors
  NameDescription
Public methodIndex
Default constructor
Top
Properties
  NameDescription
Public propertyBalancer
Gets or sets load balancer instance
Public propertyBuilds
Gets or sets index builders
Public propertyDescription
gets or sets description text
Public propertyFileName
Gets or sets Index file name
Public propertyInstances
Gets or sets Index providers
Public propertyMeta
Get or sets meta information
Public propertyName
Gets or sets index instance name
Public propertySchema
Gets or sets index schema definition
Public propertySettings
Gets or sets settings collection
Public propertySubType
Gets or sets index sub type
Public propertyType
Gets or sets index type
Top
Methods
  NameDescription
Public methodBuild
Builds index
Public methodGetInstance
Gets index provider instance
Public methodSetInstance
Sets index name
Top
See Also