Click or drag to resize

IndexService Class

Represents index service
Inheritance Hierarchy
SystemObject
  Dynamicweb.IndexingIndexService

Namespace:  Dynamicweb.Indexing
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class IndexService : IIndexService

The IndexService type exposes the following members.

Constructors
  NameDescription
Public methodIndexService
Initializes a new instance of the IndexService class
Top
Properties
  NameDescription
Public propertyStatic memberBaseFolder
Gets or sets index service base folder
Top
Methods
  NameDescription
Public methodBuildIndex(String, String, String)
Builds index
Public methodBuildIndex(String, String, String, IDictionaryString, String)
Builds the index.
Public methodBuildIndex(String, String, String, String)
Builds index
Public methodBuildIndex(String, String, String, IDictionaryString, String, Boolean)
Start index building task
Public methodBuildIndex(String, String, String, String, IDictionaryString, String)
Builds index
Public methodBuildIndex(String, String, String, String, IDictionaryString, String, Boolean)
Builds index
Public methodDeleteIndex
Deletes repository index
Public methodGetActiveBuildTasks
Gets list of active build tasks
Public methodGetQueriesTIndexBuilder
Gets repository service queries
Public methodGetQueriesTIndexBuilder(String)
Gets repository queries
Public methodLoadIndex(String)
Loads index
Public methodLoadIndex(String, String)
Loads index
Public methodSaveIndex(String, IIndex)
Saves index data to xml format
Public methodSaveIndex(String, String, IIndex)
Saves index
Top
Extension Methods
  NameDescription
Public Extension MethodLoadIndex
Loads index
(Defined by IndexHelper.)
Public Extension MethodSaveIndex
Saves index
(Defined by IndexHelper.)
Top
See Also