See: Description
Interface | Description |
---|---|
Index |
An index used by the query system to quickly provide the set of
NodeKey s that satisfy a particular portion of a query. |
IndexConstraints |
The a set of constraints that ModeShape passes to
Filter instances via the Filter.filter(IndexConstraints)
method. |
IndexCostCalculator |
A collector implemented by ModeShape and supplied to the
IndexPlanner.applyIndexes(org.modeshape.jcr.query.QueryContext, org.modeshape.jcr.spi.index.IndexCostCalculator) method so that the
IndexPlanner can add indexes to the query plan. |
IndexDefinitionChanges |
A description of the changes to
IndexDefinition s. |
IndexFeedback |
A feedback mechanism to allow a
IndexProvider to signal to ModeShape that one or more indexes need to be rebuilt. |
IndexFeedback.IndexingCallback | |
IndexManager |
An interface for programmatically adding or removing index providers and index definitions.
|
IndexWriter |
Interface used to record in the indexes the changes to content.
|
ResultWriter |
A writer passed by ModeShape to a
Filter.Results instance when the query engine
needs additional results for the query. |
WorkspaceChanges |
A description of the changes in workspaces applicable to
IndexDefinition s. |
Class | Description |
---|---|
IndexCostCalculator.Costs |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.