Click or drag to resize

IndexingSearchServices Class


Provides functionality related to full-text search for pages.
Inheritance Hierarchy
SystemObject
  CMSServicesBase
    CMSContentServiceBase
      IngeniuxCMServiceIndexingSearchServices

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class IndexingSearchServices : CMSContentServiceBase

The IndexingSearchServices type exposes the following members.

Constructors
  NameDescription
Public methodIndexingSearchServices
Initializes a new instance of the IndexingSearchServices class
Top
Methods
  NameDescription
Public methodGetSchemas
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.
Public methodSearch
Searches in pages that match any of the given keywords, with given field name and schema name criterias
Top
See Also