Uses of Class
org.modeshape.search.lucene.query.CompareQuery

Packages that use CompareQuery
org.modeshape.search.lucene.query A set of Lucene Query specializations that allow the LuceneSearchEngine to create Lucene queries with additional kinds of constraints. 
 

Uses of CompareQuery in org.modeshape.search.lucene.query
 

Subclasses of CompareQuery in org.modeshape.search.lucene.query
 class CompareLengthQuery
          A Lucene Query implementation that is used to apply a Length constraint against a string field.
 class CompareNameQuery
          A Lucene Query implementation that is used to apply a Comparison constraint against the name of nodes.
 class ComparePathQuery
          A Lucene Query implementation that is used to apply a Comparison constraint against the Path of nodes.
 class CompareStringQuery
          A Lucene Query implementation that is used to apply a Comparison constraint against a string field.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.