Previous Topic: DIR--Create the DatastoreNext Topic: Reverse-Index Some Attributes


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 after the schema definition:

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

To monitor the index usage, open the console and use the following command:

get cache;

Example: Index All Attributes

The following command indexes all attributes

set cache-index	= all-attributes;