| Package | Description |
|---|---|
| org.hibernate.search.bridge.impl | |
| org.hibernate.search.bridge.spi | |
| org.hibernate.search.engine.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 |
| 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 |
DefaultMutableEntityIndexBinding.getIndexManagerType() |
IndexManagerType |
DynamicShardingEntityIndexBinding.getIndexManagerType() |
| Modifier and Type | Method and Description |
|---|---|
static MutableEntityIndexBinding |
EntityIndexBindingFactory.buildEntityIndexBinding(Class<?> type,
IndexManagerType indexManagerType,
IndexManager[] providers,
IndexShardingStrategy shardingStrategy,
ShardIdentifierProvider shardIdentifierProvider,
org.apache.lucene.search.similarities.Similarity similarity,
EntityIndexingInterceptor interceptor,
boolean isDynamicSharding,
Properties properties,
String rootDirectoryProviderName,
WorkerBuildContext context,
IndexManagerHolder indexManagerHolder) |
static AnalyzerReference |
AnnotationProcessingHelper.getAnalyzerReference(Analyzer analyzerAnn,
ConfigContext configContext,
IndexManagerType indexManagerType) |
AnalyzerReferenceRegistry |
ConfigContext.getAnalyzerReferenceRegistry(IndexManagerType type) |
| Constructor and Description |
|---|
DefaultMutableEntityIndexBinding(IndexShardingStrategy shardingStrategy,
org.apache.lucene.search.similarities.Similarity similarityInstance,
IndexManagerType indexManagerType,
IndexManager[] providers,
EntityIndexingInterceptor entityIndexingInterceptor) |
DynamicShardingEntityIndexBinding(ShardIdentifierProvider shardIdentityProvider,
org.apache.lucene.search.similarities.Similarity similarityInstance,
EntityIndexingInterceptor entityIndexingInterceptor,
Properties properties,
ExtendedSearchIntegrator extendedIntegrator,
IndexManagerType indexManagerType,
IndexManagerHolder indexManagerHolder,
String rootDirectoryProviderName) |
| 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() |
Copyright © 2006–2017 Hibernate. All rights reserved.