Provides functionality related to full-text search for pages.
Inheritance Hierarchy
CMSServicesBase
CMSContentServiceBase
IngeniuxCMServiceIndexingSearchServices
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)] [ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)] public class IndexingSearchServices : CMSContentServiceBase
The IndexingSearchServices type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IndexingSearchServices |
Methods
Name | Description | |
---|---|---|
GetSchemas |
Retrieves the site schemas collection. This method will return schemas and their list of fields.
It's purpose is to provide the schemas/fields listing for advance search selection.
| |
Search |
Search in pages that match any of the given keywords, with given field name and schema name criterias
|
See Also