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