| Package | Description |
|---|---|
| org.hibernate.search.backend.impl | |
| org.hibernate.search.engine.impl | |
| org.hibernate.search.engine.spi | |
| org.hibernate.search.indexes.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionalOperationExecutor.performOperation(LuceneWork work,
IndexManagerSelector selector,
WorkQueuePerIndexSplitter context)
The LuceneWork must be applied to different indexes.
|
void |
StreamingOperationExecutor.performStreamOperation(LuceneWork work,
IndexManagerSelector selector,
IndexingMonitor monitor,
boolean forceAsync)
The LuceneWork must be applied to different indexes.
|
| Modifier and Type | Method and Description |
|---|---|
IndexManagerSelector |
MutableEntityIndexBinding.getIndexManagerSelector() |
| Constructor and Description |
|---|
MutableEntityIndexBinding(IndexManagerGroupHolder indexManagerGroupHolder,
IndexManagerSelector indexManagerSelector,
ShardIdentifierProvider shardIdentifierProvider,
EntityIndexingInterceptor<?> entityIndexingInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
IndexManagerSelector |
EntityIndexBinding.getIndexManagerSelector() |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexShardingStrategyIndexManagerSelector |
class |
NotShardedIndexManagerSelector |
Copyright © 2006–2017 Hibernate. All rights reserved.