Uses of Class
org.jboss.dna.search.lucene.query.CompareStringQuery

Packages that use CompareStringQuery
org.jboss.dna.search.lucene.query   
 

Uses of CompareStringQuery in org.jboss.dna.search.lucene.query
 

Methods in org.jboss.dna.search.lucene.query that return CompareStringQuery
static CompareStringQuery CompareStringQuery.createQueryForNodesWithFieldGreaterThan(String constraintValue, String fieldName, ValueFactories factories, boolean caseSensitive)
          Construct a Query implementation that scores documents with a string field value that is greater than the supplied constraint value.
static CompareStringQuery CompareStringQuery.createQueryForNodesWithFieldGreaterThanOrEqualTo(String constraintValue, String fieldName, ValueFactories factories, boolean caseSensitive)
          Construct a Query implementation that scores documents with a string field value that is greater than or equal to the supplied constraint value.
static CompareStringQuery CompareStringQuery.createQueryForNodesWithFieldLessThan(String constraintValue, String fieldName, ValueFactories factories, boolean caseSensitive)
          Construct a Query implementation that scores documents with a string field value that is less than the supplied constraint value.
static CompareStringQuery CompareStringQuery.createQueryForNodesWithFieldLessThanOrEqualTo(String constraintValue, String fieldName, ValueFactories factories, boolean caseSensitive)
          Construct a Query implementation that scores documents with a string field value that is less than or equal to the supplied constraint value.
 



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