Class DictionarySearch

java.lang.Object
oracle.rules.sdk2.search.DictionarySearch

public class DictionarySearch extends Object
Search over a rule dictionary.
  • Constructor Details

    • DictionarySearch

      public DictionarySearch(RuleDictionary dictionary)
      Construct a DictionarySearch for text searches over the specified rule dictionary.
      Parameters:
      dictionary - The rule dictionary to search.
  • Method Details

    • find

      public List<DOID> find(String text)
      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.