| Package | Description |
|---|---|
| org.opensolaris.opengrok.search.context |
| Modifier and Type | Class and Description |
|---|---|
class |
PrefixMatcher
Matches a term against a prefix
|
class |
SingleTokenMatcher |
class |
TokenSetMatcher |
class |
WildCardMatcher |
| Modifier and Type | Method and Description |
|---|---|
LineMatcher[] |
QueryMatchers.getMatchers(org.apache.lucene.search.Query query,
java.util.Set fields)
Get the terms from a query and returs a list of DFAs which match
a stream of tokens
|