org.hibernate.search.impl
EntityIndexBinder gets removed@Deprecated public class EntityIndexBindingWrapper extends Object implements EntityIndexBinder
| Constructor and Description |
|---|
EntityIndexBindingWrapper(EntityIndexBinding entityIndexBinding)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentBuilderIndexedEntity<?> |
getDocumentBuilder()
Deprecated.
|
EntityIndexingInterceptor<?> |
getEntityIndexingInterceptor()
Deprecated.
|
FieldCacheCollectorFactory |
getIdFieldCacheCollectionFactory()
Deprecated.
|
IndexManager[] |
getIndexManagers()
Deprecated.
|
IndexShardingStrategy |
getSelectionStrategy()
Deprecated.
|
ShardIdentifierProvider |
getShardIdentifierProvider()
Deprecated.
|
Similarity |
getSimilarity()
Deprecated.
|
void |
postInitialize(Set<Class<?>> indexedClasses)
Deprecated.
Called once during bootstrapping
|
public EntityIndexBindingWrapper(EntityIndexBinding entityIndexBinding)
public Similarity getSimilarity()
getSimilarity in interface EntityIndexBindingSimilarity used to search and index this entitypublic IndexShardingStrategy getSelectionStrategy()
getSelectionStrategy in interface EntityIndexBindingpublic ShardIdentifierProvider getShardIdentifierProvider()
getShardIdentifierProvider in interface EntityIndexBindingnull depending on selected IndexShardingStrategy.public DocumentBuilderIndexedEntity<?> getDocumentBuilder()
getDocumentBuilder in interface EntityIndexBindingpublic FieldCacheCollectorFactory getIdFieldCacheCollectionFactory()
getIdFieldCacheCollectionFactory in interface EntityIndexBindingpublic void postInitialize(Set<Class<?>> indexedClasses)
EntityIndexBindingpostInitialize in interface EntityIndexBindingindexedClasses - set of indexed classespublic IndexManager[] getIndexManagers()
getIndexManagers in interface EntityIndexBindingpublic EntityIndexingInterceptor<?> getEntityIndexingInterceptor()
getEntityIndexingInterceptor in interface EntityIndexBindingnullCopyright © 2006-2015 Red Hat, Inc. All Rights Reserved