| Package | Description |
|---|---|
| org.modeshape.jcr.index.local | |
| org.modeshape.jcr.spi.index |
This package contains the interfaces for managing index providers and index definitions.
|
| 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 | Interface and Description |
|---|---|
interface |
LocalIndex<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedLocalIndex |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Index
An index used by the query system to quickly provide the set of
NodeKeys that satisfy a particular portion of a query. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagedIndex
The top-level interface for an index owned by a provider, with common methods needed by indexes regardless of number of
columns.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.