| Class | Description |
|---|---|
| Context | |
| HistoryContext |
it is supposed to get the matching lines from history log files.
|
| HistoryLineTokenizer |
This class is a scanner generated by
JFlex 1.4.3
on 10/28/13 12:16 PM from the specification file
/builddir/build/BUILD/opengrok-0.11.1-src/src/org/opensolaris/opengrok/search/context/HistoryLineTokenizer.lex
|
| LineMatcher |
Base class for matching a line against terms
|
| PlainLineTokenizer |
This class is a scanner generated by
JFlex 1.4.3
on 10/28/13 12:16 PM from the specification file
/builddir/build/BUILD/opengrok-0.11.1-src/src/org/opensolaris/opengrok/search/context/PlainLineTokenizer.lex
|
| PrefixMatcher |
Matches a term against a prefix
|
| QueryMatchers |
Utility class used to extract the terms used in a query
This class will not find terms for MultiTermQuery, RangeQuery and PrefixQuery classes
so the caller must pass a rewritten query (see query.rewrite) to obtain a list of
expanded terms.
|
| TokenSetMatcher | |
| WildCardMatcher |