Package | Description |
---|---|
org.modeshape.jcr.api.query.qom | |
org.modeshape.jcr.index.lucene.query | |
org.modeshape.jcr.query.model |
The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query.
|
org.modeshape.jcr.spi.index.provider |
This package contains the Service Provider Interface (SPI) for custom index providers, which are components that encapsulate
how ModeShape updates and uses a set of particular indexes.
|
Modifier and Type | Method and Description |
---|---|
Between |
QueryObjectModelFactory.between(DynamicOperand operand,
StaticOperand lowerBound,
StaticOperand upperBound,
boolean includeLowerBound,
boolean includeUpperBound)
Tests that the value (or values) defined by the supplied dynamic operand are within a specified range.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.search.Query |
LuceneQueryFactory.createQuery(Between between) |
Modifier and Type | Class and Description |
---|---|
class |
Between
A constraint that evaluates to true when the value defined by the dynamic operand evaluates to be within the specified range.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
IndexUsage.indexAppliesTo(Between constraint) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.