| Class | Description |
|---|---|
| ConfigContext |
Provides access to some default configuration settings (eg default
Analyzer or default
Similarity) and checks whether certain optional libraries are available. |
| DefaultIndexManagerFactory |
This is the default IndexManager implementation for Hibernate Search.
|
| EntityIndexBindingWrapper | Deprecated
Will be removed when
EntityIndexBinder gets removed |
| ImmutableSearchFactory |
This implementation is never directly exposed to the user, it is always wrapped into a
MutableSearchFactory |
| IncrementalSearchConfiguration | |
| MappingModelMetadataProvider | |
| MutableSearchFactory |
Factory delegating to a concrete implementation of another factory.
|
| MutableSearchFactoryState |
Shared factory state
|
| ReflectionReplacingSearchConfiguration |
Wraps another SearchConfiguration to override it's ReflectionManager
|
| SearchMappingBuilder |
package class extracting the SearchMappingFactory if needed
|
| SimpleIndexingProgressMonitor |
A very simple implementation of
MassIndexerProgressMonitor which
uses the logger at INFO level to output indexing speed statistics. |
| SimpleInitializer |
Simple pass-through implementation of
InstanceInitializer. |
Copyright © 2006–2015 Hibernate. All rights reserved.