| 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.
|
| DefaultMassIndexerFactory |
The
MassIndexer implementation used when none is specified in the configuration. |
| EntityIndexBindingWrapper | Deprecated
Will be removed when
EntityIndexBinder gets removed |
| FullTextSessionImpl |
Lucene full text search aware session.
|
| FullTextSharedSessionBuilderDelegator | |
| ImmutableSearchFactory |
This implementation is never directly exposed to the user, it is always wrapped into a
MutableSearchFactory |
| IncrementalSearchConfiguration | |
| MappingModelMetadataProvider | |
| MassIndexerImpl |
Prepares and configures a BatchIndexingWorkspace to start rebuilding
the indexes for all entity instances in the database.
|
| 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 Red Hat, Inc. All Rights Reserved