| Package | Description |
|---|---|
| org.hibernate.search.backend.impl | |
| org.hibernate.search.backend.impl.blackhole | |
| org.hibernate.search.indexes.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalBackend
A
Backend which applies given index changes locally to the corresponding IndexManager. |
class |
ReflectionBasedBackend |
| Modifier and Type | Method and Description |
|---|---|
static Backend |
InternalBackendFactory.createBackend(String backendName,
String indexName,
Properties properties,
WorkerBuildContext buildContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlackHoleBackend
This backend does not do anything: the Documents are not
sent to any index but are discarded.
|
| Modifier and Type | Method and Description |
|---|---|
Backend |
IndexManagerGroupHolder.getOrCreateBackend(String indexManagerName,
Properties properties,
WorkerBuildContext buildContext) |
Backend |
IndexManagerGroupHolder.getOrCreateBackend(String backendName,
String indexManagerName,
Properties properties,
WorkerBuildContext buildContext) |
Copyright © 2006–2017 Hibernate. All rights reserved.