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

Packages that use CompareLengthQuery
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 CompareLengthQuery in org.modeshape.search.lucene.query
 

Methods in org.modeshape.search.lucene.query that return CompareLengthQuery
static CompareLengthQuery CompareLengthQuery.createQueryForNodesWithFieldEqualTo(Integer constraintValue, String fieldName, ValueFactories factories)
          Construct a Query implementation that scores documents with a field length that is equal to the supplied constraint value.
static CompareLengthQuery CompareLengthQuery.createQueryForNodesWithFieldGreaterThan(Integer constraintValue, String fieldName, ValueFactories factories)
          Construct a Query implementation that scores documents with a field length that is greater than the supplied constraint value.
static CompareLengthQuery CompareLengthQuery.createQueryForNodesWithFieldGreaterThanOrEqualTo(Integer constraintValue, String fieldName, ValueFactories factories)
          Construct a Query implementation that scores documents with a field length that is greater than or equal to the supplied constraint value.
static CompareLengthQuery CompareLengthQuery.createQueryForNodesWithFieldLessThan(Integer constraintValue, String fieldName, ValueFactories factories)
          Construct a Query implementation that scores documents with a field length that is less than the supplied constraint value.
static CompareLengthQuery CompareLengthQuery.createQueryForNodesWithFieldLessThanOrEqualTo(Integer constraintValue, String fieldName, ValueFactories factories)
          Construct a Query implementation that scores documents with a field length that is less than or equal to the supplied constraint value.
static CompareLengthQuery CompareLengthQuery.createQueryForNodesWithFieldNotEqualTo(Integer constraintValue, String fieldName, ValueFactories factories)
          Construct a Query implementation that scores documents with a field length that is not equal to the supplied constraint value.
 



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