Previous Topic: Create the Datastore

Next Topic: Enable the Use of a Memory-Mapped Datastore

Index the Attributes Used in Search Filters

You must index the attributes that are included in search filters.

Usually you index all attributes. Only restrict the list of indexed attributes if you want to save space.

To index attributes, add the following command to the initialization file:

set cache-index = attribute-list | all-attributes;

Note: this command must occur after the schema has been defined.

Example: Index All Attributes

The following command indexes all attributes

set cache-index	= all-attributes;