Package | Description |
---|---|
org.hibernate.search.engine.impl | |
org.hibernate.search.spi | |
org.hibernate.search.spi.impl |
Modifier and Type | Method and Description |
---|---|
IndexingMode |
MutableSearchFactory.getIndexingMode() |
IndexingMode |
ImmutableSearchFactory.getIndexingMode() |
IndexingMode |
MutableSearchFactoryState.getIndexingMode() |
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.setIndexingMode(IndexingMode indexingMode) |
Modifier and Type | Method and Description |
---|---|
static IndexingMode |
IndexingMode.fromExternalRepresentation(String indexingMode)
Returns the
IndexingMode matching the given external representation as specified via
Environment.INDEXING_STRATEGY |
IndexingMode |
BuildContext.getIndexingMode() |
IndexingMode |
SearchIntegrator.getIndexingMode() |
static IndexingMode |
IndexingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexingMode[] |
IndexingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IndexingMode |
SearchFactoryState.getIndexingMode() |
Copyright © 2006–2016 Hibernate. All rights reserved.