| Interface | Description |
|---|---|
| MutableEntityIndexBinding |
| Class | Description |
|---|---|
| AnnotationProcessingHelper |
A helper classes dealing with the processing of annotation.
|
| ConfigContext |
Provides access to some default configuration settings (eg default
Analyzer or default
Similarity) and checks whether certain optional libraries are available. |
| DefaultBoostStrategy | |
| DefaultIndexManagerFactory |
This is the default
IndexManager implementation for Hibernate Search. |
| DefaultMutableEntityIndexBinding | |
| DefaultTimingSource |
Default implementation for a
TimingSource |
| DocumentBuilderHelper | |
| DynamicShardingEntityIndexBinding | |
| EntityIndexBindingFactory |
Build the expected
EntityIndexBinding depending in the configuration. |
| FacetHandling |
Helper class to manage a FacetsConfig instance:
this needs to be lazily allocated as it's a quite heavy object.
|
| FilterDef |
A wrapper class which encapsulates all required information to create a defined filter.
|
| ImmutableSearchFactory |
This implementation is never directly exposed to the user, it is always wrapped into a
MutableSearchFactory |
| IncrementalSearchConfiguration | |
| LuceneOptionsImpl |
A wrapper class for Lucene parameters needed for indexing.
|
| MappingModelMetadataProvider | |
| MutableSearchFactory |
Factory delegating to a concrete implementation of another factory.
|
| MutableSearchFactoryState |
Shared factory state
|
| ReflectionReplacingSearchConfiguration |
Wraps another SearchConfiguration to override it's ReflectionManager
|
| SimpleInitializer |
Simple pass-through implementation of
InstanceInitializer. |
| TokenizerChain |
Inspired by Apache Solr's org.apache.solr.analysis.TokenizerChain.TokenizerChain
|
| WorkPlan |
Represents the set of changes going to be applied to the index for the entities.
|
Copyright © 2006–2017 Hibernate. All rights reserved.