Uses of Class
org.apache.lucene.queryparser.surround.query.SimpleTerm
-
Packages that use SimpleTerm Package Description org.apache.lucene.queryparser.surround.query This package contains SrndQuery and its subclasses. -
-
Uses of SimpleTerm in org.apache.lucene.queryparser.surround.query
Subclasses of SimpleTerm in org.apache.lucene.queryparser.surround.query Modifier and Type Class Description classSrndPrefixQueryQuery that matches String prefixesclassSrndTermQuerySimple single-term clauseclassSrndTruncQueryQuery that matches wildcardsMethods in org.apache.lucene.queryparser.surround.query with parameters of type SimpleTerm Modifier and Type Method Description intSimpleTerm. compareTo(SimpleTerm ost)Deprecated.(March 2011) Not normally used, to be removed from Lucene 4.0.Constructors in org.apache.lucene.queryparser.surround.query with parameters of type SimpleTerm Constructor Description SimpleTermRewriteQuery(SimpleTerm srndQuery, java.lang.String fieldName, BasicQueryFactory qf)
-