|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompareLengthQuery | |
---|---|
org.modeshape.jcr.query.lucene | The core query engine, which currently uses Lucene for indexing and raw queries, and the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA) for updating and querying the Lucene indexes. |
Uses of CompareLengthQuery in org.modeshape.jcr.query.lucene |
---|
Methods in org.modeshape.jcr.query.lucene that return CompareLengthQuery | |
---|---|
static CompareLengthQuery |
CompareLengthQuery.createQueryForNodesWithFieldEqualTo(Long 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(Long 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(Long 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(Long 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(Long 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(Long 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. |
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |