public interface EntityIndexBinding
| Modifier and Type | Method and Description |
|---|---|
DocumentBuilderIndexedEntity<?> |
getDocumentBuilder() |
EntityIndexingInterceptor<?> |
getEntityIndexingInterceptor() |
FieldCacheCollectorFactory |
getIdFieldCacheCollectionFactory() |
IndexManager[] |
getIndexManagers() |
IndexShardingStrategy |
getSelectionStrategy() |
ShardIdentifierProvider |
getShardIdentifierProvider() |
org.apache.lucene.search.Similarity |
getSimilarity() |
void |
postInitialize(Set<Class<?>> indexedClasses)
Called once during bootstrapping
|
org.apache.lucene.search.Similarity getSimilarity()
Similarity used to search and index this entityIndexShardingStrategy getSelectionStrategy()
ShardIdentifierProvider getShardIdentifierProvider()
null depending on selected IndexShardingStrategy.DocumentBuilderIndexedEntity<?> getDocumentBuilder()
FieldCacheCollectorFactory getIdFieldCacheCollectionFactory()
void postInitialize(Set<Class<?>> indexedClasses)
indexedClasses - set of indexed classesIndexManager[] getIndexManagers()
EntityIndexingInterceptor<?> getEntityIndexingInterceptor()
nullCopyright © 2006–2014 Hibernate. All rights reserved.