| Package | Description |
|---|---|
| org.hibernate.search.engine.impl | |
| org.hibernate.search.engine.integration.impl | |
| org.hibernate.search.spi.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSearchIntegration |
| Modifier and Type | Method and Description |
|---|---|
SearchIntegration |
MutableSearchFactory.getIntegration(IndexManagerType indexManagerType) |
SearchIntegration |
ImmutableSearchFactory.getIntegration(IndexManagerType indexManagerType) |
| Modifier and Type | Method and Description |
|---|---|
Map<IndexManagerType,SearchIntegration> |
MutableSearchFactory.getIntegrations() |
Map<IndexManagerType,SearchIntegration> |
ImmutableSearchFactory.getIntegrations() |
Map<IndexManagerType,SearchIntegration> |
MutableSearchFactoryState.getIntegrations() |
Map<IndexManagerType,SearchIntegration> |
ConfigContext.initIntegrations(IndexManagerHolder indexesFactory)
Initialize integrations for all discovered index manager types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableSearchFactoryState.addIntegrations(Map<IndexManagerType,SearchIntegration> integrations) |
| Constructor and Description |
|---|
SearchIntegrationConfigContext(IndexManagerType type,
ServiceManager serviceManager,
SearchConfiguration searchConfiguration,
SearchIntegration previousIntegrationState) |
| Constructor and Description |
|---|
ConfigContext(SearchConfiguration searchConfiguration,
BuildContext buildContext,
SearchMapping searchMapping,
Map<IndexManagerType,SearchIntegration> previousSearchIntegrations) |
| Modifier and Type | Method and Description |
|---|---|
SearchIntegration |
ExtendedSearchIntegrator.getIntegration(IndexManagerType indexManagerType)
Retrieve the integration information for a given index manager type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<IndexManagerType,SearchIntegration> |
ExtendedSearchIntegrator.getIntegrations()
Returns a map of all known integrations keyed against the indexed manager type
|
| Modifier and Type | Method and Description |
|---|---|
Map<IndexManagerType,SearchIntegration> |
SearchFactoryState.getIntegrations() |
Copyright © 2006–2017 Hibernate. All rights reserved.