Uses of Class
org.apache.lucene.queryparser.surround.query.SimpleTerm

Packages that use SimpleTerm
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
 class SrndPrefixQuery
          Query that matches String prefixes
 class SrndTermQuery
          Simple single-term clause
 class SrndTruncQuery
          Query that matches wildcards
 

Methods in org.apache.lucene.queryparser.surround.query with parameters of type SimpleTerm
 int SimpleTerm.compareTo(SimpleTerm ost)
          Deprecated. (March 2011) Not normally used, to be removed from Lucene 4.0. This class implementing Comparable is to be removed at the same time.
 



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