| Package | Description |
|---|---|
| org.hibernate.search.engine.impl | |
| org.hibernate.search.engine.integration.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableNormalizerRegistry
An immutable
NormalizerRegistry. |
class |
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. |
| Modifier and Type | Method and Description |
|---|---|
NormalizerRegistry |
ImmutableSearchIntegration.getNormalizerRegistry() |
| Constructor and Description |
|---|
ImmutableSearchIntegration(AnalyzerRegistry analyzerRegistry,
NormalizerRegistry normalizerRegistry) |
| Modifier and Type | Method and Description |
|---|---|
NormalizerRegistry |
SearchIntegration.getNormalizerRegistry() |
Copyright © 2006–2017 Hibernate. All rights reserved.