When you create categories and agents in IDOL Server, the Category and Community components send these agents and categories to the Agentstore component.
If you manually create agents and categories and want to use a custom field for Boolean and FieldText restrictions, you can configure these fields in the Agentstore component. This configuration optimizes AgentBoolean and FieldText matching for those fields.
Open the IDX or XML agents or categories that you want to index into IDOL Server.
Note the names of fields that contain the Boolean or FieldText restrictions.
Open the Agentstore component configuration file in a text editor.
In the [Server]
section, set AgentBooleanCacheField
to the name of the field that contains the Boolean restrictions.
Set FieldTextCacheField
to the name of the field that contains the FieldText restrictions.
Note: You can have only one field in the AgentBooleanCacheField
and FieldTextCacheField
parameters.
Save and close the configuration file. Restart IDOL Server for your changes to take effect.
|