Package | Description |
---|---|
org.modeshape.jcr.query.engine |
This package contains several fully-functional query engine implementations.
|
org.modeshape.jcr.spi.query |
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 |
---|---|
void |
IndexPlan.StandardIndexPlanner.applyIndexes(QueryContext context,
SelectorName selector,
List<Constraint> andedConstraints,
IndexCollector indexes) |
Modifier and Type | Method and Description |
---|---|
abstract void |
QueryIndexPlanner.applyIndexes(QueryContext context,
SelectorName selector,
List<Constraint> andedConstraints,
IndexCollector indexes)
Examine the supplied constraints applied to the given selector in a query, and record in the supplied
IndexCollector any and all indexes in this provider that can be used in this query. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.