This interface manages catalog definitions (through the IBuildCatalogs interface) and catalog build server properties.
Hierarchy
ISearchAdmin
The following table briefly describes this interface's methods and properties.
| Method | Description |
| ExportCatalog | Saves a catalog definition. |
| ImportCatalog | Restores a catalog definition. |
| LoadConfiguration | Restores a catalog build server configuration. |
| SaveConfiguration | Stores a catalog build server configuration. |
| SetDefaultAccount | Specifies the default content access account information for a Domain\User. |
| SetDefaultPluginAccount | Specifies the default plugin account information for administrative access. |
| SetProxySettings | Specifies the proxy configuration. |
| Property | Description |
| BuildCatalogs | The IBuildCatalogs interface on the host. |
| ConnectTimeout | How long to wait, in seconds, for a connection when accessing a site. |
| DataTimeout | How long to wait, in seconds, for data to arrive when accessing a site. |
| DefaultAccountName | The content access name to use when crawling documents on other hosts and sites over the network. |
| DefaultCatalogsLocation | The location in the file system where the catalog definitions are stored. |
| DefaultLogsLocation | The location in the file system where the catalog build server log files are stored. |
| DefaultPluginAccountName | The administrative access account name. |
| EmailAddress | The email address to which Search logs when crawling sites. |
| PerformanceLevel | The amount of system resources applied to building catalogs. |
| ProxyAddress | The name of the proxy server through which Search operates. |
| ProxyBypassAddressesList | The addresses for which the proxy server is bypassed. |
| ProxyBypassForLocalAddresses | Whether the proxy server is bypassed for local (intranet) addresses. |
| ProxyPortNumber | The port on the proxy server to which Search connects. |
| ProxyUsageSetting | The proxy server configuration. |
| SearchAdmin | The parent SearchAdmin object. |
| Sites | The list of sites (IServers interface) with access frequency restrictions. |
| TempPath | The directory where Search stores temporary files. |
| UserAgent | The user agent used when crawling. |