Uses of Class
org.apache.lucene.queryParser.surround.query.SrndQuery

Packages that use SrndQuery
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
 SrndQuery QueryParser.AndQuery()
           
 SrndQuery QueryParser.FieldsQuery()
           
protected  SrndQuery QueryParser.getAndQuery(List queries, boolean infix, Token andToken)
           
protected  SrndQuery QueryParser.getDistanceQuery(List queries, boolean infix, Token dToken, boolean ordered)
           
protected  SrndQuery QueryParser.getFieldsQuery(SrndQuery q, ArrayList fieldNames)
           
protected  SrndQuery QueryParser.getNotQuery(List queries, Token notToken)
           
protected  SrndQuery QueryParser.getOrQuery(List 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)
           
 SrndQuery QueryParser.NotQuery()
           
 SrndQuery QueryParser.NQuery()
           
 SrndQuery QueryParser.OrQuery()
           
static SrndQuery QueryParser.parse(String query)
           
 SrndQuery QueryParser.parse2(String query)
           
 SrndQuery QueryParser.PrefixOperatorQuery()
           
 SrndQuery QueryParser.PrimaryQuery()
           
 SrndQuery QueryParser.SimpleTerm()
           
 SrndQuery QueryParser.TopSrndQuery()
           
 SrndQuery QueryParser.WQuery()
           
 

Methods in org.apache.lucene.queryParser.surround.parser with parameters of type SrndQuery
protected  SrndQuery QueryParser.getFieldsQuery(SrndQuery q, ArrayList fieldNames)
           
 void QueryParser.OptionalWeights(SrndQuery q)
           
 

Uses of SrndQuery in org.apache.lucene.queryParser.surround.query
 

Subclasses of SrndQuery in org.apache.lucene.queryParser.surround.query
 class AndQuery
           
 class ComposedQuery
           
 class DistanceQuery
           
 class FieldsQuery
           
 class NotQuery
           
 class OrQuery
           
 class SimpleTerm
           
 class SrndPrefixQuery
           
 class SrndTermQuery
           
 class SrndTruncQuery
           
 

Methods in org.apache.lucene.queryParser.surround.query that return SrndQuery
 SrndQuery ComposedQuery.getSubQuery(int qn)
           
 

Constructors in org.apache.lucene.queryParser.surround.query with parameters of type SrndQuery
FieldsQuery(SrndQuery q, List fieldNames, char fieldOp)
           
FieldsQuery(SrndQuery q, String fieldName, char fieldOp)
           
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.