Package org.opensolaris.opengrok.search.context

Class Summary
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 12/24/11 8:42 AM from the specification file /srv/build/STABLE_8/pkgs/opengrok/BUILD/opengrok-0.8.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 12/24/11 8:42 AM from the specification file /srv/build/STABLE_8/pkgs/opengrok/BUILD/opengrok-0.8.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.
SingleTokenMatcher  
TokenSetMatcher  
WildCardMatcher