|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexManagerFactory | |
|---|---|
| org.hibernate.search.cfg.spi | |
| org.hibernate.search.engine.impl | |
| org.hibernate.search.impl | |
| org.hibernate.search.spi.internals | |
| Uses of IndexManagerFactory in org.hibernate.search.cfg.spi |
|---|
| Methods in org.hibernate.search.cfg.spi that return IndexManagerFactory | |
|---|---|
IndexManagerFactory |
SearchConfiguration.getIndexManagerFactory()
|
IndexManagerFactory |
SearchConfigurationBase.getIndexManagerFactory()
|
| Uses of IndexManagerFactory in org.hibernate.search.engine.impl |
|---|
| Methods in org.hibernate.search.engine.impl that return IndexManagerFactory | |
|---|---|
IndexManagerFactory |
DynamicShardingEntityIndexBinding.getIndexManagerFactory()
|
| Methods in org.hibernate.search.engine.impl with parameters of type IndexManagerFactory | ||
|---|---|---|
static
|
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)
|
|
| Constructors in org.hibernate.search.engine.impl with parameters of type IndexManagerFactory | |
|---|---|
DynamicShardingEntityIndexBinding(ShardIdentifierProvider shardIdentityProvider,
org.apache.lucene.search.Similarity similarityInstance,
EntityIndexingInterceptor<? super T> entityIndexingInterceptor,
Properties properties,
IndexManagerFactory indexManagerFactory,
SearchFactoryImplementor searchFactoryImplementor,
IndexManagerHolder indexManagerHolder,
String rootDirectoryProviderName)
|
|
| Uses of IndexManagerFactory in org.hibernate.search.impl |
|---|
| Classes in org.hibernate.search.impl that implement IndexManagerFactory | |
|---|---|
class |
DefaultIndexManagerFactory
This is the default IndexManager implementation for Hibernate Search. |
| Methods in org.hibernate.search.impl that return IndexManagerFactory | |
|---|---|
IndexManagerFactory |
ImmutableSearchFactory.getIndexManagerFactory()
|
IndexManagerFactory |
MutableSearchFactoryState.getIndexManagerFactory()
|
IndexManagerFactory |
ReflectionReplacingSearchConfiguration.getIndexManagerFactory()
|
IndexManagerFactory |
IncrementalSearchConfiguration.getIndexManagerFactory()
|
IndexManagerFactory |
MutableSearchFactory.getIndexManagerFactory()
|
| Methods in org.hibernate.search.impl with parameters of type IndexManagerFactory | |
|---|---|
void |
MutableSearchFactoryState.setIndexManagerFactory(IndexManagerFactory indexManagerFactory)
|
| Uses of IndexManagerFactory in org.hibernate.search.spi.internals |
|---|
| Methods in org.hibernate.search.spi.internals that return IndexManagerFactory | |
|---|---|
IndexManagerFactory |
SearchFactoryState.getIndexManagerFactory()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||