Package | Description |
---|---|
org.hibernate.search.engine.impl | |
org.hibernate.search.engine.integration.impl | |
org.hibernate.search.spi.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 |
MutableSearchFactory.getAnalyzerRegistry(IndexManagerType indexManagerType) |
AnalyzerRegistry |
ImmutableSearchFactory.getAnalyzerRegistry(IndexManagerType indexManagerType) |
Modifier and Type | Method and Description |
---|---|
Map<IndexManagerType,AnalyzerRegistry> |
MutableSearchFactory.getAnalyzerRegistries() |
Map<IndexManagerType,AnalyzerRegistry> |
MutableSearchFactoryState.getAnalyzerRegistries() |
Map<IndexManagerType,AnalyzerRegistry> |
ImmutableSearchFactory.getAnalyzerRegistries() |
Map<IndexManagerType,AnalyzerRegistry> |
ConfigContext.initAnalyzerRegistries(IndexManagerHolder indexesFactory)
Initialize the named analyzer references created throughout the mapping creation
with the analyzer definitions collected throughout the mapping creation.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.addAnalyzerRegistries(Map<IndexManagerType,AnalyzerRegistry> analyzerRegistries) |
Constructor and Description |
---|
ConfigContext(SearchConfiguration searchConfiguration,
BuildContext buildContext,
SearchMapping searchMapping,
Map<IndexManagerType,AnalyzerRegistry> previousAnalyzerRegistries) |
Modifier and Type | Method and Description |
---|---|
AnalyzerRegistry |
ExtendedSearchIntegrator.getAnalyzerRegistry(IndexManagerType indexManagerType)
Retrieve the analyzer registry for a given index manager type.
|
Modifier and Type | Method and Description |
---|---|
Map<IndexManagerType,AnalyzerRegistry> |
ExtendedSearchIntegrator.getAnalyzerRegistries()
Returns a map of all known entity index binding (indexed entities) keyed against the indexed type
|
Modifier and Type | Method and Description |
---|---|
Map<IndexManagerType,AnalyzerRegistry> |
SearchFactoryState.getAnalyzerRegistries() |
Copyright © 2006–2017 Hibernate. All rights reserved.