| Interface | Description |
|---|---|
| AnalyzerRegistry |
A registry of analyzers.
|
| NormalizerRegistry |
A registry of normalizers (i.e.
|
| Class | Description |
|---|---|
| AnnotationProcessingHelper |
A helper classes dealing with the processing of annotation.
|
| ConfigContext |
Provides access to some default configuration settings (eg is JPA present, what is the default null token)
and holds mapping-scoped configuration (such as analyzer definitions).
|
| DefaultBoostStrategy | Deprecated |
| DefaultIndexManagerFactory |
This is the default
IndexManagerFactory implementation for Hibernate Search. |
| DefaultTimingSource |
Default implementation for a
TimingSource |
| DocumentBuilderHelper | |
| 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.
|
| ImmutableAnalyzerRegistry |
An immutable
AnalyzerRegistry. |
| ImmutableNormalizerRegistry |
An immutable
NormalizerRegistry. |
| ImmutableSearchFactory |
This implementation is never directly exposed to the user, it is always wrapped into a
MutableSearchFactory |
| ImmutableSearchIntegration | |
| IncrementalSearchConfiguration | |
| LuceneOptionsImpl |
A wrapper class for Lucene parameters needed for indexing.
|
| LuceneQueryDescriptor |
A
QueryDescriptor for a Lucene query. |
| MappingDefinitionRegistry<I,O> |
Stores definitions encountered while inspecting the mapping,
throwing exceptions when conflicting definitions are registered.
|
| MappingModelMetadataProvider | |
| MutableAnalyzerRegistry |
This class gives access to the set of analyzer references created for a given index manager type,
creating new ones as necessary using the
AnalyzerStrategy of that index manager type. |
| MutableEntityIndexBinding | |
| MutableNormalizerRegistry |
This class gives access to the set of normalizer references created for a given index manager type,
creating new ones as necessary using the
AnalyzerStrategy of that index manager type. |
| MutableSearchFactory |
Factory delegating to a concrete implementation of another factory.
|
| MutableSearchFactoryState |
Shared factory state
|
| ReflectionReplacingSearchConfiguration |
Wraps another SearchConfiguration to override its ReflectionManager
|
| SearchIntegrationConfigContext | |
| 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.