Package | Description |
---|---|
org.hibernate.search.engine.impl | |
org.hibernate.search.spi.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.
|
class |
MutableSearchFactoryState
Shared factory state
|
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.copyStateFromOldFactory(SearchFactoryState oldFactoryState) |
Constructor and Description |
---|
ImmutableSearchFactory(SearchFactoryState state) |
IncrementalSearchConfiguration(List<Class<?>> classes,
Properties properties,
SearchFactoryState factoryState) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedSearchIntegratorWithShareableState
Contract for
ExtendedSearchIntegrator implementors exposing its shareable state. |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved