Tutorials » Creating a Search Catalog

Defining A Catalog
Once you have installed Site Server Search on your NT server and defined the host information, you can begin the process of defining a catalog. A catalog must be defined before you can populate or query it.

Each catalog has the following properties:

In addition, Crawl based catalogs have the following properties:

Creating a Catalog
For our sample ASP Site Search application we need to create a Crawl catalog using the MMC Catalog Definition Wizard.

To create a Crawl catalog, start MMC. Under Search, double click on a host to expand it and select Catalog Build Server. From the Action menu, select New and then click Catalog Definition with a Wizard. The Wizard is the easiest way to define a catalog.


 

The following steps must be completed in order to define a search catalog:

  1. Catalog Name
    As mentioned above, this name is used from your ASP code to define which catalog to search against. For example, you may require three site searches that each search a specific domain. These could also be merged into a single overall site search catalog that searches all domains.
    In this case we will create a site search, so we will enter 'devguru'
     
  2. Specify the Crawl Type
    Web link - follows hyperlinks within each document
    File crawl - crawls all files in a directory and sub-directory. Results in a file-name being used as the document path, i.e. 'c:\info\index.htm'
    Exchange crawl - crawls all messages in a MS Exchange public folder.
    For our site search application select Web link crawl.
     
  3. Start Address
    You must specify at least one address to start the search from. As this is a site search we will enter the URL to our home page, http://www.devguru.com
     
  4. Search Hosts
    This the name of the host machine(s) where you want the completed catalog to be propagated to. Choose at least one host from the list

On the final screen you can select to start build now. By selecting this option Site Server Search will begin the process of trawling through your site to build its catalog of documents.

After you have pressed Finish, you will see the new catalog listed under the Catalog Build Server section.

 
  1 2 3 4 5 6 7 8