Uses of Class
org.apache.lucene.queryparser.surround.query.SrndQuery
Packages that use SrndQuery
Package
Description
This package contains the QueryParser.jj source file for the Surround parser.
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 SrndQueryModifier and TypeMethodDescriptionfinal SrndQuery
QueryParser.AndQuery()
final SrndQuery
QueryParser.FieldsQuery()
protected SrndQuery
QueryParser.getAndQuery
(List<SrndQuery> queries, boolean infix, Token andToken) protected SrndQuery
QueryParser.getDistanceQuery
(List<SrndQuery> queries, boolean infix, Token dToken, boolean ordered) protected SrndQuery
QueryParser.getFieldsQuery
(SrndQuery q, ArrayList<String> fieldNames) protected SrndQuery
QueryParser.getNotQuery
(List<SrndQuery> queries, Token notToken) protected SrndQuery
QueryParser.getOrQuery
(List<SrndQuery> queries, boolean infix, Token orToken) protected SrndQuery
QueryParser.getPrefixQuery
(String prefix, boolean quoted) protected SrndQuery
QueryParser.getTermQuery
(String term, boolean quoted) protected SrndQuery
QueryParser.getTruncQuery
(String truncated) final SrndQuery
QueryParser.NotQuery()
final SrndQuery
QueryParser.NQuery()
final SrndQuery
QueryParser.OrQuery()
static SrndQuery
final SrndQuery
QueryParser.PrefixOperatorQuery()
final SrndQuery
QueryParser.PrimaryQuery()
final SrndQuery
QueryParser.SimpleTerm()
final SrndQuery
QueryParser.TopSrndQuery()
final SrndQuery
QueryParser.WQuery()
Methods in org.apache.lucene.queryparser.surround.parser that return types with arguments of type SrndQueryMethods in org.apache.lucene.queryparser.surround.parser with parameters of type SrndQueryModifier and TypeMethodDescriptionprotected SrndQuery
QueryParser.getFieldsQuery
(SrndQuery q, ArrayList<String> fieldNames) final void
QueryParser.OptionalWeights
(SrndQuery q) Method parameters in org.apache.lucene.queryparser.surround.parser with type arguments of type SrndQueryModifier and TypeMethodDescriptionprotected SrndQuery
QueryParser.getAndQuery
(List<SrndQuery> queries, boolean infix, Token andToken) protected SrndQuery
QueryParser.getDistanceQuery
(List<SrndQuery> queries, boolean infix, Token dToken, boolean ordered) protected SrndQuery
QueryParser.getNotQuery
(List<SrndQuery> queries, Token notToken) protected SrndQuery
QueryParser.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.queryModifier and TypeClassDescriptionclass
Factory for conjunctionsclass
Base class for composite queries (such as AND/OR/NOT)class
Factory for NEAR queriesclass
Forms an OR query of the provided query across multiple fields.class
Factory for prohibited clausesclass
Factory for disjunctionsclass
Base class for queries that expand to sets of simple terms.class
Query that matches String prefixesclass
Simple single-term clauseclass
Query that matches wildcardsFields in org.apache.lucene.queryparser.surround.query with type parameters of type SrndQueryMethods in org.apache.lucene.queryparser.surround.query that return SrndQueryMethods in org.apache.lucene.queryparser.surround.query that return types with arguments of type SrndQueryMethod parameters in org.apache.lucene.queryparser.surround.query with type arguments of type SrndQueryModifier and TypeMethodDescriptionprotected void
Constructors in org.apache.lucene.queryparser.surround.query with parameters of type SrndQueryModifierConstructorDescriptionFieldsQuery
(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 SrndQueryModifierConstructorDescriptionComposedQuery
(List<SrndQuery> qs, boolean operatorInfix, String opName) DistanceQuery
(List<SrndQuery> queries, boolean infix, int opDistance, String opName, boolean ordered)