| Package | Description |
|---|---|
| org.modeshape.jcr.index.lucene.query |
| Modifier and Type | Method and Description |
|---|---|
static CompareNameQuery |
CompareNameQuery.createQueryForNodesWithNameGreaterThan(Name constraintValue,
String localNameField,
ValueFactories factories,
CaseOperations.CaseOperation caseOperation)
Construct a
Query implementation that scores documents such that the node represented by the document has a name
that is greater than the supplied constraint name. |
static CompareNameQuery |
CompareNameQuery.createQueryForNodesWithNameGreaterThanOrEqualTo(Name constraintValue,
String localNameField,
ValueFactories factories,
CaseOperations.CaseOperation caseOperation)
Construct a
Query implementation that scores documents such that the node represented by the document has a name
that is greater than or equal to the supplied constraint name. |
static CompareNameQuery |
CompareNameQuery.createQueryForNodesWithNameLessThan(Name constraintValue,
String localNameField,
ValueFactories factories,
CaseOperations.CaseOperation caseOperation)
Construct a
Query implementation that scores documents such that the node represented by the document has a name
that is less than the supplied constraint name. |
static CompareNameQuery |
CompareNameQuery.createQueryForNodesWithNameLessThanOrEqualTo(Name constraintValue,
String localNameField,
ValueFactories factories,
CaseOperations.CaseOperation caseOperation)
Construct a
Query implementation that scores documents such that the node represented by the document has a name
that is less than or equal to the supplied constraint name. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.