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.query |
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 |
---|---|
QueryIndexWriter |
QueryEngine.getQueryIndexWriter()
Get the interface for updating the indexes.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpQueryIndexWriter |
Modifier and Type | Method and Description |
---|---|
QueryIndexWriter |
ScanningQueryEngine.getQueryIndexWriter() |
QueryIndexWriter |
IndexQueryEngine.getQueryIndexWriter() |
Modifier and Type | Method and Description |
---|---|
abstract QueryIndexWriter |
QueryIndexProvider.getQueryIndexWriter()
Get the writer that ModeShape can use to update the indexes when repository content changes.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.