| Package | Description |
|---|---|
| org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
| org.modeshape.jcr.spi.index |
This package contains the interfaces for managing index providers and index definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexWriter |
CompositeIndexWriter.create(Iterable<IndexProvider> providers) |
| Modifier and Type | Method and Description |
|---|---|
IndexProvider |
IndexManager.getProvider(String name)
Get the query index provider registered with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexManager.register(IndexProvider provider)
Register a new already-instantiated
IndexProvider. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.