Uses of Class
org.apache.lucene.queryParser.surround.query.SrndQuery
-
Packages that use SrndQuery Package Description org.apache.lucene.queryParser.surround.parser This package contains the QueryParser.jj source file for the Surround parser.org.apache.lucene.queryParser.surround.query This package contains SrndQuery and its subclasses. -
-
Uses of SrndQuery in org.apache.lucene.queryParser.surround.parser
Methods in org.apache.lucene.queryParser.surround.parser that return SrndQuery Modifier and Type Method Description SrndQueryQueryParser. AndQuery()SrndQueryQueryParser. FieldsQuery()protected SrndQueryQueryParser. getAndQuery(List<SrndQuery> queries, boolean infix, Token andToken)protected SrndQueryQueryParser. getDistanceQuery(List<SrndQuery> queries, boolean infix, Token dToken, boolean ordered)protected SrndQueryQueryParser. getFieldsQuery(SrndQuery q, ArrayList<String> fieldNames)protected SrndQueryQueryParser. getNotQuery(List<SrndQuery> queries, Token notToken)protected SrndQueryQueryParser. getOrQuery(List<SrndQuery> queries, boolean infix, Token orToken)protected SrndQueryQueryParser. getPrefixQuery(String prefix, boolean quoted)protected SrndQueryQueryParser. getTermQuery(String term, boolean quoted)protected SrndQueryQueryParser. getTruncQuery(String truncated)SrndQueryQueryParser. NotQuery()SrndQueryQueryParser. NQuery()SrndQueryQueryParser. OrQuery()static SrndQueryQueryParser. parse(String query)SrndQueryQueryParser. parse2(String query)SrndQueryQueryParser. PrefixOperatorQuery()SrndQueryQueryParser. PrimaryQuery()SrndQueryQueryParser. SimpleTerm()SrndQueryQueryParser. TopSrndQuery()SrndQueryQueryParser. WQuery()Methods in org.apache.lucene.queryParser.surround.parser that return types with arguments of type SrndQuery Modifier and Type Method Description List<SrndQuery>QueryParser. FieldsQueryList()Methods in org.apache.lucene.queryParser.surround.parser with parameters of type SrndQuery Modifier and Type Method Description protected SrndQueryQueryParser. getFieldsQuery(SrndQuery q, ArrayList<String> fieldNames)voidQueryParser. OptionalWeights(SrndQuery q)Method parameters in org.apache.lucene.queryParser.surround.parser with type arguments of type SrndQuery Modifier and Type Method Description protected SrndQueryQueryParser. getAndQuery(List<SrndQuery> queries, boolean infix, Token andToken)protected SrndQueryQueryParser. getDistanceQuery(List<SrndQuery> queries, boolean infix, Token dToken, boolean ordered)protected SrndQueryQueryParser. getNotQuery(List<SrndQuery> queries, Token notToken)protected SrndQueryQueryParser. getOrQuery(List<SrndQuery> queries, boolean infix, Token orToken) -
Uses of SrndQuery in org.apache.lucene.queryParser.surround.query
Subclasses of SrndQuery in org.apache.lucene.queryParser.surround.query Modifier and Type Class Description classAndQueryclassComposedQueryclassDistanceQueryclassFieldsQueryclassNotQueryclassOrQueryclassSimpleTermclassSrndPrefixQueryclassSrndTermQueryclassSrndTruncQueryMethods in org.apache.lucene.queryParser.surround.query that return SrndQuery Modifier and Type Method Description SrndQueryComposedQuery. getSubQuery(int qn)Constructors in org.apache.lucene.queryParser.surround.query with parameters of type SrndQuery Constructor Description FieldsQuery(SrndQuery q, String fieldName, char fieldOp)FieldsQuery(SrndQuery q, List<String> fieldNames, char fieldOp)Constructor parameters in org.apache.lucene.queryParser.surround.query with type arguments of type SrndQuery Constructor Description AndQuery(List<SrndQuery> queries, boolean inf, String opName)DistanceQuery(List<SrndQuery> queries, boolean infix, int opDistance, String opName, boolean ordered)NotQuery(List<SrndQuery> queries, String opName)OrQuery(List<SrndQuery> queries, boolean infix, String opName)
-