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;
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |