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 2/16/13 6:26 PM from the specification file
/builddir/build/BUILD/opengrok-0.9-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 2/16/13 6:26 PM from the specification file
/builddir/build/BUILD/opengrok-0.9-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.
|
SingleTokenMatcher | |
TokenSetMatcher | |
WildCardMatcher |