org.apache.blur.lucene.search
Class SuperParser

java.lang.Object
  extended by org.apache.lucene.queryparser.classic.QueryParserBase
      extended by org.apache.lucene.queryparser.classic.QueryParser
          extended by org.apache.blur.lucene.search.BlurQueryParser
              extended by org.apache.blur.lucene.search.SuperParser
All Implemented Interfaces:
org.apache.lucene.queryparser.classic.QueryParserConstants, org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration

public class SuperParser
extends 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
 
Fields inherited from class org.apache.blur.lucene.search.BlurQueryParser
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
SuperParser(org.apache.lucene.util.Version matchVersion, FieldManager fieldManager, boolean superSearch, org.apache.lucene.search.Filter queryFilter, ScoreType scoreType, org.apache.lucene.index.Term defaultPrimeDocTerm)
           
 
Method Summary
 org.apache.lucene.search.Query parse(String queryStr)
           
 
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, 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
 

Constructor Detail

SuperParser

public SuperParser(org.apache.lucene.util.Version matchVersion,
                   FieldManager fieldManager,
                   boolean superSearch,
                   org.apache.lucene.search.Filter queryFilter,
                   ScoreType scoreType,
                   org.apache.lucene.index.Term defaultPrimeDocTerm)
Method Detail

parse

public org.apache.lucene.search.Query parse(String queryStr)
                                     throws org.apache.lucene.queryparser.classic.ParseException
Overrides:
parse in class org.apache.lucene.queryparser.classic.QueryParserBase
Throws:
org.apache.lucene.queryparser.classic.ParseException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.