|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompareLengthQuery | |
|---|---|
| org.jboss.dna.search.lucene.query | |
| Uses of CompareLengthQuery in org.jboss.dna.search.lucene.query |
|---|
| Methods in org.jboss.dna.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||