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
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.