Table of Contents

Search

  1. Preface
  2. RulePoint
  3. RulePoint Concepts
  4. Using RulePoint
  5. RulePoint Objects
  6. Working with Topics
  7. Working with Connections
  8. Working with Sources
  9. Working with Responders
  10. Working with Responses
  11. Working with Watchlists
  12. Working with Analytics
  13. DRQL
  14. Working with Rules
  15. Working with Alerts
  16. Setting Access Controls
  17. Troubleshooting RulePoint Issues
  18. Connecting to an Ultra Messaging Application
  19. Creating an Ultra Messaging JMS Source

User Guide

User Guide

search

search

The search operator enables Boolean search logic, such as AND, OR, NOT, and Lucene search expressions, such as * and ?.
For example, the following rule uses Boolean search logic to find a person's name in a news story:
WHEN 1 news n WITH story search "(Joe OR Chris) AND Mike" then response
The above rule evaluates true when a news story contains the name Joe and Mike or Chris and Mike. In the example, the use of the parentheses is required to enforce precedence.
For example, the following rule uses Lucene search expressions to find variations of the word "test":
WHEN 1 news n WITH story search "test*" then response
The rule evaluates true when a news story contains any variation of the word test, such as test, tests, tester, testing.
The search operator does not support the escape character '\".

0 COMMENTS

We’d like to hear from you!