Package | Description |
---|---|
org.modeshape.jcr.index.elasticsearch | |
org.modeshape.jcr.index.local | |
org.modeshape.jcr.index.lucene | |
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 | Class and Description |
---|---|
class |
EsIndex
Index stored in Elasticsearch.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalIndex<T>
Base class for all local index types.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneIndex
Bases class for indexes stored in Lucene
|
Modifier and Type | Interface and Description |
---|---|
interface |
Index
An index used by the query system to quickly provide the set of
NodeKey s 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.
|
interface |
ProvidedIndex<T>
Interface that should be implemented by different index providers which provide specific index
IndexDefinition.IndexKind
to the repository. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultManagedIndex
A
ManagedIndex implementation which wraps an index instance created by a particular provider, offering
a default implementation for some index-related operations. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.