Package | Description |
---|---|
org.modeshape.jcr.index.lucene.query |
Modifier and Type | Method and Description |
---|---|
static CompareStringQuery |
CompareStringQuery.createQueryForNodesWithFieldGreaterThan(String constraintValue,
String fieldName,
ValueFactories factories,
CaseOperations.CaseOperation caseOperation)
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,
CaseOperations.CaseOperation caseOperation)
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,
CaseOperations.CaseOperation caseOperation)
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,
CaseOperations.CaseOperation caseOperation)
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–2016 JBoss, a division of Red Hat. All rights reserved.