Classes
| Class | Description | |
|---|---|---|
| CompositeMatcher |
Composition of several [!:IRecognizerState] implementations.
| |
| DateMatch |
Represents a results of the date match.
| |
| DateMatcher |
Generic date matcher.
| |
| DateOffsetMatch |
Represents a result of data offset match.
| |
| ExactPhraseMatcher |
Matches exact phrase (all words in specified order).
| |
| HintMatcherT |
Implements 'hint'-style matching for pattern like '[column] [value]' or '[column]:[value]'.
| |
| KeyMatchT |
Represents generic match for specified key type.
| |
| LikePhraseMatcher |
Matches alike phrase (some words in any order).
| |
| ListContainsMatcher |
Performs 'contains' matching by specified list of values.
| |
| Match |
Represents a match which describes one or more tokens from original search query.
| |
| MatchBag |
Holds recognition context (state).
| |
| MergePhraseMatcherT |
Merges sequence of similar matches into one.
| |
| NumberMatch |
Represents a number match.
| |
| NumberMatcher |
Matches a number.
| |
| StubMatch | StubMatch used to wrap unrecognized token(s).
| |
| TokenFilterMatcher | IMatcher wrapper that filters tokens by predicate before passing to underlying matcher.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IMatcher |
Represents matcher.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| ListContainsMatcherContainsType |