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;
|
Copyright © 2013 CA.
All rights reserved.
|
|