Package | Description |
---|---|
org.hibernate.search.bridge.impl | |
org.hibernate.search.bridge.spi | |
org.hibernate.search.elasticsearch.bridge.impl | |
org.hibernate.search.elasticsearch.impl | |
org.hibernate.search.elasticsearch.spi | |
org.hibernate.search.engine.impl | |
org.hibernate.search.engine.integration.impl | |
org.hibernate.search.engine.metadata.impl |
Internal metadata classes created during metadata processing and used by the document builders at runtime.
|
org.hibernate.search.engine.spi | |
org.hibernate.search.indexes.impl | |
org.hibernate.search.indexes.spi | |
org.hibernate.search.spi.impl |
Modifier and Type | Method and Description |
---|---|
FieldBridge |
BridgeFactory.buildFieldBridge(Field field,
org.hibernate.annotations.common.reflection.XMember member,
boolean isId,
boolean isExplicitlyMarkedAsNumeric,
IndexManagerType indexManagerType,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
ServiceManager serviceManager) |
FieldBridge |
BridgeFactory.buildFieldBridge(org.hibernate.annotations.common.reflection.XMember member,
boolean isId,
boolean isExplicitlyMarkedAsNumeric,
IndexManagerType indexManagerType,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
ServiceManager serviceManager) |
Modifier and Type | Method and Description |
---|---|
IndexManagerType |
IndexManagerTypeSpecificBridgeProvider.getIndexManagerType()
Returns the
IndexManagerType for which we register the bridge |
Modifier and Type | Method and Description |
---|---|
IndexManagerType |
ElasticsearchBridgeProvider.getIndexManagerType() |
Modifier and Type | Method and Description |
---|---|
IndexManagerType |
ElasticsearchIndexManager.getIndexManagerType() |
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchIndexManagerType |
Modifier and Type | Method and Description |
---|---|
IndexManagerType |
DynamicShardingEntityIndexBinding.getIndexManagerType() |
IndexManagerType |
DefaultMutableEntityIndexBinding.getIndexManagerType() |
Modifier and Type | Method and Description |
---|---|
Map<IndexManagerType,AnalyzerRegistry> |
MutableSearchFactoryState.getAnalyzerRegistries() |
Map<IndexManagerType,AnalyzerRegistry> |
ImmutableSearchFactory.getAnalyzerRegistries() |
Map<IndexManagerType,AnalyzerRegistry> |
MutableSearchFactory.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 |
---|---|
static MutableEntityIndexBinding |
EntityIndexBindingFactory.buildEntityIndexBinding(Class<?> type,
IndexManagerType indexManagerType,
IndexManager[] providers,
IndexShardingStrategy shardingStrategy,
ShardIdentifierProvider shardIdentifierProvider,
Similarity similarity,
EntityIndexingInterceptor interceptor,
boolean isDynamicSharding,
Properties properties,
String rootDirectoryProviderName,
WorkerBuildContext context,
IndexManagerHolder indexManagerHolder) |
static AnalyzerReference |
AnnotationProcessingHelper.getAnalyzerReference(Analyzer analyzerAnn,
ConfigContext configContext,
IndexManagerType indexManagerType) |
MutableAnalyzerRegistry |
ConfigContext.getAnalyzerRegistry(IndexManagerType type) |
AnalyzerRegistry |
ImmutableSearchFactory.getAnalyzerRegistry(IndexManagerType indexManagerType) |
AnalyzerRegistry |
MutableSearchFactory.getAnalyzerRegistry(IndexManagerType indexManagerType) |
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.addAnalyzerRegistries(Map<IndexManagerType,AnalyzerRegistry> analyzerRegistries) |
Constructor and Description |
---|
DefaultMutableEntityIndexBinding(IndexShardingStrategy shardingStrategy,
Similarity similarityInstance,
IndexManagerType indexManagerType,
IndexManager[] providers,
EntityIndexingInterceptor entityIndexingInterceptor) |
DynamicShardingEntityIndexBinding(ShardIdentifierProvider shardIdentityProvider,
Similarity similarityInstance,
EntityIndexingInterceptor entityIndexingInterceptor,
Properties properties,
ExtendedSearchIntegrator extendedIntegrator,
IndexManagerType indexManagerType,
IndexManagerHolder indexManagerHolder,
String rootDirectoryProviderName) |
Constructor and Description |
---|
ConfigContext(SearchConfiguration searchConfiguration,
BuildContext buildContext,
SearchMapping searchMapping,
Map<IndexManagerType,AnalyzerRegistry> previousAnalyzerRegistries) |
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 |
---|---|
AnalyzerRegistry |
ExtendedSearchIntegrator.getAnalyzerRegistry(IndexManagerType indexManagerType)
Retrieve the analyzer registry for a given index manager type.
|
Modifier and Type | Method and Description |
---|---|
IndexManagerType |
ParseContext.getIndexManagerType() |
Modifier and Type | Method and Description |
---|---|
TypeMetadata |
MetadataProvider.getTypeMetadataFor(Class<?> clazz,
IndexManagerType indexManagerType)
Returns the Search related metadata for the specified type.
|
TypeMetadata |
AnnotationMetadataProvider.getTypeMetadataFor(Class<?> clazz,
IndexManagerType indexManagerType) |
Modifier and Type | Method and Description |
---|---|
IndexManagerType |
EntityIndexBinding.getIndexManagerType() |
Modifier and Type | Method and Description |
---|---|
IndexManagerType |
IndexManagerHolder.getIndexManagerType(org.hibernate.annotations.common.reflection.XClass entity,
SearchConfiguration cfg,
WorkerBuildContext buildContext) |
Modifier and Type | Method and Description |
---|---|
Collection<IndexManagerType> |
IndexManagerHolder.getIndexManagerTypes() |
Modifier and Type | Class and Description |
---|---|
class |
LuceneEmbeddedIndexManagerType |
Modifier and Type | Method and Description |
---|---|
IndexManagerType |
IndexManager.getIndexManagerType() |
IndexManagerType |
DirectoryBasedIndexManager.getIndexManagerType() |
Modifier and Type | Method and Description |
---|---|
Map<IndexManagerType,AnalyzerRegistry> |
SearchFactoryState.getAnalyzerRegistries() |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved