The Promotion Agentstore component retrieves rules in the same way that the IDOL Server Agentstore component retrieves categories and agents. You must set up your rules correctly to ensure that your QMS rules return for relevant queries.
When Promotion Agentstore matches query text against rules, it uses the following matching order:
Index
fields in the rules (for example DRECONTENT
).QMSAGENTBOOL
field of the rule.QMSFIELDTEXT
field in the rule (if this field exists). Promotion Agentstore checks the Boolean restriction only if the rule content matches the query.
To ensure that rules match query text, the DRECONTENT
field (or another index field) must contain terms that match the AgentBoolean expression. For example, you could add each term from the AgentBooelan expression to the DRECONTENT
field.
Note: In boost rules, you must configure and use an AlwaysMatchType
field. QMS uses this value to retrieve these rules, and you do not need to add extra terms.
In whitelist and blacklist rules, you do not need to set DRECONTENT
, because QMS retrieves the lists directly by using the document reference.
You can optimize the performance of matching rules in the same ways that you optimize AgentBoolean agents and categories in IDOL Server. For more information, refer to the IDOL Server Administration Guide.
|