Modifier and Type | Method and Description |
---|---|
static BackendQueueProcessor |
BackendFactory.createBackend(DirectoryBasedIndexManager indexManager,
WorkerBuildContext buildContext,
Properties properties) |
static BackendQueueProcessor |
BackendFactory.createBackend(String backend,
DirectoryBasedIndexManager indexManager,
WorkerBuildContext buildContext,
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) |
Modifier and Type | Method and Description |
---|---|
protected BackendQueueProcessor |
DirectoryBasedIndexManager.createBackend(String indexName,
Properties cfg,
WorkerBuildContext buildContext) |
BackendQueueProcessor |
DirectoryBasedIndexManager.getBackendQueueProcessor() |
Copyright © 2006–2015 Hibernate. All rights reserved.