Package | Description |
---|---|
org.hibernate.search.cfg.spi | |
org.hibernate.search.engine.impl | |
org.hibernate.search.impl | |
org.hibernate.search.spi.internals |
Modifier and Type | Method and Description |
---|---|
IndexManagerFactory |
SearchConfiguration.getIndexManagerFactory() |
IndexManagerFactory |
SearchConfigurationBase.getIndexManagerFactory() |
Modifier and Type | Method and Description |
---|---|
IndexManagerFactory |
DynamicShardingEntityIndexBinding.getIndexManagerFactory() |
Modifier and Type | Method and Description |
---|---|
static <T,U> MutableEntityIndexBinding<T> |
EntityIndexBindingFactory.buildEntityIndexBinder(Class<T> type,
IndexManager[] providers,
IndexShardingStrategy shardingStrategy,
ShardIdentifierProvider shardIdentifierProvider,
org.apache.lucene.search.Similarity similarity,
EntityIndexingInterceptor<U> interceptor,
boolean isDynamicSharding,
Properties properties,
String rootDirectoryProviderName,
WorkerBuildContext context,
IndexManagerHolder indexManagerHolder,
IndexManagerFactory indexManagerFactory) |
Constructor and Description |
---|
DynamicShardingEntityIndexBinding(ShardIdentifierProvider shardIdentityProvider,
org.apache.lucene.search.Similarity similarityInstance,
EntityIndexingInterceptor<? super T> entityIndexingInterceptor,
Properties properties,
IndexManagerFactory indexManagerFactory,
SearchFactoryImplementor searchFactoryImplementor,
IndexManagerHolder indexManagerHolder,
String rootDirectoryProviderName) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultIndexManagerFactory
This is the default IndexManager implementation for Hibernate Search.
|
Modifier and Type | Method and Description |
---|---|
IndexManagerFactory |
ReflectionReplacingSearchConfiguration.getIndexManagerFactory() |
IndexManagerFactory |
IncrementalSearchConfiguration.getIndexManagerFactory() |
IndexManagerFactory |
MutableSearchFactory.getIndexManagerFactory() |
IndexManagerFactory |
MutableSearchFactoryState.getIndexManagerFactory() |
IndexManagerFactory |
ImmutableSearchFactory.getIndexManagerFactory() |
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.setIndexManagerFactory(IndexManagerFactory indexManagerFactory) |
Modifier and Type | Method and Description |
---|---|
IndexManagerFactory |
SearchFactoryState.getIndexManagerFactory() |
Copyright © 2006–2014 Hibernate. All rights reserved.