Configuring the Search Server
To configure the search server, you must use the ISearchServer interface object, which you obtain through the ISearchAdmin.SearchServer property. The ISearchServer interface object manages the following:
- Searchable catalogs through the SearchCatalogs property. SearchCatalogs is a collection of ISearchCatalog interface objects, each of which specifies a searchable catalog.
- Search server behavior, such as specifying the following:
- The location of catalogs on the search server.
- The default catalog used for a search.
- The amount of host resources dedicated to searching.
© 1997-2000 Microsoft Corporation. All rights reserved.