Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
org.modeshape.jcr.query.engine |
This package contains several fully-functional query engine implementations.
|
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 | Class and Description |
---|---|
class |
CompositeIndexWriter
A composition of multiple QueryIndexWriter instances.
|
Modifier and Type | Method and Description |
---|---|
static IndexWriter |
CompositeIndexWriter.create(Iterable<IndexProvider> providers) |
Constructor and Description |
---|
CompositeIndexWriter(List<IndexWriter> writers) |
Modifier and Type | Class and Description |
---|---|
class |
NoOpQueryIndexWriter |
Modifier and Type | Method and Description |
---|---|
IndexWriter |
IndexProvider.getIndexWriter()
Get the writer that ModeShape can use to regenerate the indexes when a portion of the repository is to be re-indexed.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.