Package | Description |
---|---|
org.hibernate.search.engine.impl | |
org.hibernate.search.indexes.impl |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableSearchFactory
This implementation is never directly exposed to the user, it is always wrapped into a
MutableSearchFactory |
class |
MutableSearchFactory
Factory delegating to a concrete implementation of another factory.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.setActiveSearchIntegrator(ExtendedSearchIntegratorWithShareableState factory) |
void |
MutableSearchFactory.setDelegate(ExtendedSearchIntegratorWithShareableState delegate) |
Modifier and Type | Method and Description |
---|---|
void |
IndexManagerHolder.setActiveSearchIntegrator(ExtendedSearchIntegratorWithShareableState factory)
Useful for MutableSearchFactory, this haves all managed IndexManagers
switch over to the new SearchIntegrator.
|
Copyright © 2006–2016 Hibernate. All rights reserved.