public interface EntityIndexBinding
Modifier and Type | Method and Description |
---|---|
DocumentBuilderIndexedEntity |
getDocumentBuilder() |
EntityIndexingInterceptor |
getEntityIndexingInterceptor() |
IndexManager[] |
getIndexManagers() |
IndexManagerType |
getIndexManagerType() |
IndexShardingStrategy |
getSelectionStrategy() |
ShardIdentifierProvider |
getShardIdentifierProvider() |
Similarity |
getSimilarity() |
void |
postInitialize(Set<Class<?>> indexedClasses)
Called once during bootstrapping
|
Similarity getSimilarity()
Similarity
used to search and index this entityIndexShardingStrategy getSelectionStrategy()
ShardIdentifierProvider getShardIdentifierProvider()
null
depending on selected IndexShardingStrategy
.DocumentBuilderIndexedEntity getDocumentBuilder()
void postInitialize(Set<Class<?>> indexedClasses)
indexedClasses
- set of indexed classesIndexManagerType getIndexManagerType()
IndexManager[] getIndexManagers()
EntityIndexingInterceptor getEntityIndexingInterceptor()
null
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved