|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.queryparser.classic.QueryParserBase
org.apache.lucene.queryparser.classic.QueryParser
org.apache.blur.lucene.search.BlurQueryParser
public class BlurQueryParser
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.lucene.queryparser.classic.QueryParser |
---|
org.apache.lucene.queryparser.classic.QueryParser.Operator |
Nested classes/interfaces inherited from class org.apache.lucene.queryparser.classic.QueryParserBase |
---|
org.apache.lucene.queryparser.classic.QueryParserBase.MethodRemovedUseAnother |
Field Summary | |
---|---|
static String |
SUPER
|
Fields inherited from class org.apache.lucene.queryparser.classic.QueryParser |
---|
jj_nt, token, token_source |
Fields inherited from class org.apache.lucene.queryparser.classic.QueryParserBase |
---|
AND_OPERATOR, OR_OPERATOR |
Fields inherited from interface org.apache.lucene.queryparser.classic.QueryParserConstants |
---|
_ESCAPED_CHAR, _NUM_CHAR, _QUOTED_CHAR, _TERM_CHAR, _TERM_START_CHAR, _WHITESPACE, AND, BAREOPER, Boost, CARAT, COLON, DEFAULT, EOF, FUZZY_SLOP, LPAREN, MINUS, NOT, NUMBER, OR, PLUS, PREFIXTERM, QUOTED, Range, RANGE_GOOP, RANGE_QUOTED, RANGE_TO, RANGEEX_END, RANGEEX_START, RANGEIN_END, RANGEIN_START, REGEXPTERM, RPAREN, STAR, TERM, tokenImage, WILDTERM |
Constructor Summary | |
---|---|
BlurQueryParser(org.apache.lucene.util.Version matchVersion,
String f,
Map<org.apache.lucene.search.Query,String> fieldNames,
FieldManager fieldManager)
|
Method Summary |
---|
Methods inherited from class org.apache.lucene.queryparser.classic.QueryParser |
---|
Clause, Conjunction, disable_tracing, enable_tracing, generateParseException, getNextToken, getToken, Modifiers, Query, ReInit, ReInit, Term, TopLevelQuery |
Methods inherited from class org.apache.lucene.queryparser.classic.QueryParserBase |
---|
escape, getAllowLeadingWildcard, getAnalyzer, getAnalyzeRangeTerms, getAutoGeneratePhraseQueries, getDateResolution, getDefaultOperator, getEnablePositionIncrements, getField, getFuzzyMinSim, getFuzzyPrefixLength, getLocale, getLowercaseExpandedTerms, getMultiTermRewriteMethod, getPhraseSlop, getTimeZone, init, parse, setAllowLeadingWildcard, setAnalyzeRangeTerms, setAutoGeneratePhraseQueries, setDateResolution, setDateResolution, setDefaultOperator, setEnablePositionIncrements, setFuzzyMinSim, setFuzzyPrefixLength, setLocale, setLowercaseExpandedTerms, setMultiTermRewriteMethod, setPhraseSlop, setTimeZone |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SUPER
Constructor Detail |
---|
public BlurQueryParser(org.apache.lucene.util.Version matchVersion, String f, Map<org.apache.lucene.search.Query,String> fieldNames, FieldManager fieldManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |