IndexSearchService Class |
Namespace: Dynamicweb.Indexing.Querying
The IndexSearchService type exposes the following members.
| Name | Description | |
|---|---|---|
| IndexSearchService |
Initializes a service with default repository.
| |
| IndexSearchService(IndexSearchRepository) |
Initializes a service using specified repository.
|
| Name | Description | |
|---|---|---|
| Delete |
Deletes the IndexSearchConfiguration matching the name.
| |
| GetAllNames |
Gets all IndexSearchConfiguration names.
| |
| GetConfigurableSchemaExtenderNames |
Gets all names of configurable schema exnteders.
| |
| GetFieldsToIndex |
Gets all fields that needs to be indexed for a IConfigurableIndexSchemaExtender.
| |
| GetIndexSearch |
Gets an indexsearch that can be used to query the index.
| |
| GetIndexSearchConfigurations |
Gets all IndexSearchConfiguration for the specified schemaExtender.
| |
| GetSchemaExtender |
Gets the IConfigurableIndexSchemaExtender matching the name.
| |
| Read |
Fetches the IndexSearchConfiguration based upon name.
| |
| Save |
Persists the IndexSearchConfiguration.
|