CONFIGURING


Selecting the databases to include in the Domain Index

The indexing server spiders databases that have the option Include in multi database indexing selected on the Design tab of the Database Properties box.

About this task

Begin by using the hidden view $MultiDbIndex in the Domain Catalog to see which databases have already been selected to be included in the Index by database managers. If you see databases in the view that should not be in your Domain Index, such as personal mail databases or databases of limited interest, or if important databases are missing from the view, either customize the $MultiDbIndex view's selection formula or use the Domino® Administrator to include or exclude databases.

Using $MultiDbIndex to view which databases will be indexed

Procedure

1. From the Domino Administrator, choose File -> Application -> Open.

2. Select the cataloging server for the domain, and then select Domain Catalog.

3. Hold down CTRL-SHIFT and click Open.


4. In the view pane, click $MultiDbIndex.
Using $MultiDbIndex to change which databases will be indexed

About this task

Customizing the selection formula for the $MultiDbIndex view is the simplest and best way to control which databases are included in the Domain Index.

The following is an example of a custom selection formula. In this example, the indexing server will ignore Include in multi database indexing settings and index only databases in the smoketestdata directory on servers that contain "hub" in the server name.

SELECT @IsAvailable(ReplicaID) & @IsUnavailable(RepositoryType) & @Contains((pathname); "smoketestdata") & @Contains((server); "hub")

Using Domino Administrator to change which databases will be indexed

About this task

You can use the Domino Administrator to select or deselect the Include in multi database indexing option on multiple databases at the same time.

Procedure

1. From the Domino Administrator, select the server that contains the databases you want to include in or exclude from the Domain Index.

2. Click the Files tab.

3. Make sure you have Manager access in the ACL for each database you want to include or exclude.


4. Select the databases you want to include or exclude.
5. In the Tools pane, select Database -> Multi-Database Index.

6. Select Enable or Disable.

7. Click OK.

8. Assign categories for each database that you included.

Related concepts
The Domain Catalog

Related tasks
Assigning database categories for the Domain Search form
Selecting the file systems to include in the Domain Index