See: Description
| Interface | Description |
|---|---|
| Index |
An index used by the query system to quickly provide the set of
NodeKeys 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, long)
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
IndexDefinitions. |
| 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.
|
| WorkspaceChanges |
A description of the changes in workspaces applicable to
IndexDefinitions. |
| Class | Description |
|---|---|
| IndexCostCalculator.Costs |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.