| Modifier and Type | Method and Description |
|---|---|
static BackendQueueProcessor |
BackendFactory.createBackend(DirectoryBasedIndexManager indexManager,
WorkerBuildContext context,
Properties properties) |
static BackendQueueProcessor |
BackendFactory.createBackend(String backend,
DirectoryBasedIndexManager indexManager,
WorkerBuildContext context,
Properties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlackHoleBackendQueueProcessor
This backend does not do anything: the Documents are not
sent to any index but are discarded.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneBackendQueueProcessor
This will actually contain the Workspace and LuceneWork visitor implementation,
reused per-DirectoryProvider.
|
| Modifier and Type | Method and Description |
|---|---|
BackendQueueProcessor |
MutableSearchFactoryState.getBackendQueueProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableSearchFactoryState.setBackendQueueProcessor(BackendQueueProcessor backendQueueProcessor) |
| Modifier and Type | Method and Description |
|---|---|
protected BackendQueueProcessor |
NRTIndexManager.createBackend(String indexName,
Properties cfg,
WorkerBuildContext buildContext) |
protected BackendQueueProcessor |
DirectoryBasedIndexManager.createBackend(String indexName,
Properties cfg,
WorkerBuildContext buildContext) |
BackendQueueProcessor |
DirectoryBasedIndexManager.getBackendQueueProcessor() |
Copyright © 2006–2014 Hibernate. All rights reserved.