This interface manages a search catalog (a catalog that Search searches).
Hierarchy
ISearchAdmin.ISearchServer.ISearchCatalogs
The following table briefly describes this interface's methods and properties.
Method | Description |
Disable | Disable searching on the catalog. |
Enable | Enable searching on the catalog. |
Update | Update the search catalog. |
Property | Description |
BuildServerName | The name of the catalog build server (IBuildServer interface). |
MaxResultRows | The maximium result rows for queries. |
Name | The name of the catalog. |
Properties | The catalog properties (ICatalogProperties interface). |
QueryTimeout | The duration, in milliseconds, to wait for a query to finish. |
SearchServer | The name of the search server (ISearchServer interface). |
Status | The status of the catalog. |