Package | Description |
---|---|
org.hibernate.search.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.setActiveSearchFactory(SearchFactoryImplementorWithShareableState factory) |
void |
MutableSearchFactory.setDelegate(SearchFactoryImplementorWithShareableState delegate) |
Modifier and Type | Method and Description |
---|---|
void |
IndexManagerHolder.setActiveSearchFactory(SearchFactoryImplementorWithShareableState factory)
Useful for MutableSearchFactory, this haves all managed IndexManagers
switch over to the new SearchFactory.
|
Copyright © 2006–2013 Hibernate. All rights reserved.