Package oracle.rules.sdk2.search
Class DictionarySearch
java.lang.Object
oracle.rules.sdk2.search.DictionarySearch
Search over a rule dictionary.
-
Constructor Summary
ConstructorsConstructorDescriptionDictionarySearch
(RuleDictionary dictionary) Construct aDictionarySearch
for text searches over the specified rule dictionary. -
Method Summary
-
Constructor Details
-
DictionarySearch
Construct aDictionarySearch
for text searches over the specified rule dictionary.- Parameters:
dictionary
- The rule dictionary to search.
-
-
Method Details
-
find
Search for the specified text.- Parameters:
text
- the text to search for.- Returns:
- A list of results. Each entry in the list is the ID of the DictionaryComponent in which the text string was found.
-