org.hibernate.search.backend.impl
public interface ContextAwareSelectionDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
performOperation(LuceneWork work,
IndexShardingStrategy shardingStrategy,
WorkQueuePerIndexSplitter context)
The LuceneWork must be applied to different indexes.
|
void performOperation(LuceneWork work, IndexShardingStrategy shardingStrategy, WorkQueuePerIndexSplitter context)
work - the work to split.shardingStrategy - the Sharding strategy is usually needed to identify affected Directories.context - the transactional context where the pending changes are storedCopyright © 2006-2015 Red Hat, Inc. All Rights Reserved