public class DictionarySearch
extends java.lang.Object
| Constructor and Description |
|---|
DictionarySearch(RuleDictionary dictionary)
Construct a
DictionarySearch for text searches over the specified rule dictionary. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DOID> |
find(java.lang.String text)
Search for the specified text.
|
public DictionarySearch(RuleDictionary dictionary)
DictionarySearch for text searches over the specified rule dictionary.dictionary - The rule dictionary to search.public java.util.List<DOID> find(java.lang.String text)
text - the text to search for.