|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.search.impl.EntityIndexBindingWrapper
EntityIndexBinder
gets removed
@Deprecated public class EntityIndexBindingWrapper
Constructor Summary | |
---|---|
EntityIndexBindingWrapper(EntityIndexBinding entityIndexBinding)
Deprecated. |
Method Summary | |
---|---|
DocumentBuilderIndexedEntity<?> |
getDocumentBuilder()
Deprecated. |
EntityIndexingInterceptor<?> |
getEntityIndexingInterceptor()
Deprecated. |
FieldCacheCollectorFactory |
getIdFieldCacheCollectionFactory()
Deprecated. |
IndexManager[] |
getIndexManagers()
Deprecated. |
IndexShardingStrategy |
getSelectionStrategy()
Deprecated. |
Similarity |
getSimilarity()
Deprecated. |
void |
postInitialize(Set<Class<?>> indexedClasses)
Deprecated. Called once during bootstrapping |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityIndexBindingWrapper(EntityIndexBinding entityIndexBinding)
Method Detail |
---|
public Similarity getSimilarity()
getSimilarity
in interface EntityIndexBinding
Similarity
used to search and index this entitypublic IndexShardingStrategy getSelectionStrategy()
getSelectionStrategy
in interface EntityIndexBinding
public DocumentBuilderIndexedEntity<?> getDocumentBuilder()
getDocumentBuilder
in interface EntityIndexBinding
public FieldCacheCollectorFactory getIdFieldCacheCollectionFactory()
getIdFieldCacheCollectionFactory
in interface EntityIndexBinding
public void postInitialize(Set<Class<?>> indexedClasses)
EntityIndexBinding
postInitialize
in interface EntityIndexBinding
indexedClasses
- set of indexed classespublic IndexManager[] getIndexManagers()
getIndexManagers
in interface EntityIndexBinding
public EntityIndexingInterceptor<?> getEntityIndexingInterceptor()
getEntityIndexingInterceptor
in interface EntityIndexBinding
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |