
This interface manages a searchable catalog available to site visitors.
Hierarchy
ISearchAdmin:ISearchServer:ISearchCatalogs
The following table briefly describes this interface's methods and properties.
| Method | Description |
| Disable | Disables searching on the catalog. |
| Enable | Enables searching on the catalog. |
| Update | Updates the search catalog in the event of a disconnected propagation. |
| Property | Description |
| BuildServerName | The name of the catalog build server (IBuildServer interface object). |
| MaxResultRows | The maximium result rows for queries. |
| Name | The name of the catalog. |
| Properties | The catalog properties (ICatalogProperties interface object). |
| QueryTimeout | The duration, in milliseconds, to wait for a query to finish. |
| SearchServer | The name of the parent search server (ISearchServer interface object). |
| Status | The status of the catalog. |