| Package | Description |
|---|---|
| org.hibernate.search.backend.impl | |
| org.hibernate.search.engine.impl | |
| org.hibernate.search.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamingOperationDispatcher
A streaming dispatcher, sending works to the
IndexManager.performStreamOperation(LuceneWork, IndexingMonitor, boolean)
method of their respective index manager. |
class |
TransactionalOperationDispatcher
A transactional dispatcher, sending works to the
IndexManager.performOperations(List, org.hibernate.search.backend.IndexingMonitor)
method of their respective index manager. |
| Modifier and Type | Method and Description |
|---|---|
OperationDispatcher |
MutableSearchFactory.createRemoteOperationDispatcher(Predicate<IndexManager> indexManagerFilter) |
OperationDispatcher |
ImmutableSearchFactory.createRemoteOperationDispatcher(Predicate<IndexManager> predicate) |
| Modifier and Type | Method and Description |
|---|---|
OperationDispatcher |
SearchIntegrator.createRemoteOperationDispatcher(Predicate<IndexManager> indexManagerFilter) |
Copyright © 2006–2017 Hibernate. All rights reserved.