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.1 on 4/30/08 10:19 PM from the specification file /builddir/build/BUILD/opengrok-0.6-src/src/org/opensolaris/opengrok/search/context/HistoryLineTokenizer.lex
LineMatcher Base class for matching a line against terms
PhraseMatcher Matches a term against a set of tokens
PlainLineTokenizer This class is a scanner generated by JFlex 1.4.1 on 4/30/08 10:19 PM from the specification file /builddir/build/BUILD/opengrok-0.6-src/src/org/opensolaris/opengrok/search/context/PlainLineTokenizer.lex
PrefixMatcher  
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