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