Server overview

The IBM® Content Search Services servers that are registered with a FileNet P8 domain operate in one of the following modes: index mode, search mode, or dual-mode (index and search mode). A server that operates in index mode is called an index server: the server writes index information for objects to indexes. A server that operates in search mode is called a search server: the server reads the indexes to run full-text searches.

An index belongs to an index area, and an index area belongs to an object store. A server accesses indexes only for object stores that belong to the same FileNet P8 site as the server.

Index servers

An index file can be accessed by only one index server at a time. Content Engine assigns indexes to the available index servers so that the work load is roughly the same for all servers.

Search servers

When a CBR query is submitted, Content Engine selects a search server to run the full-text search for the query. (A full-text search expression is specified as part of the CONTAINS function call in the CBR query.) The default search server selected is the dual-mode server that most recently updated the index that is relevant for the full-text search. The default server might not be eligible to run the search for the following reasons:

If the default server is not eligible to run the search, Content Engine assigns the search request to a randomly selected available search server. The random selection is repeated if the selected search server crashes while running the search.

Related concepts
For an overview of object indexing, see Object indexing process overview. For an overview of object searching, see Object searching process overview. For information about index areas and indexes, see Index areas and indexes.