Package | Description |
---|---|
org.hibernate.search.backend.impl | |
org.hibernate.search.engine.impl | |
org.hibernate.search.spi | |
org.hibernate.search.spi.impl |
Modifier and Type | Class and Description |
---|---|
class |
PerTransactionWorker
Queue works per transaction.
|
Modifier and Type | Method and Description |
---|---|
static Worker |
WorkerFactory.createWorker(SearchConfiguration searchConfiguration,
WorkerBuildContext buildContext,
QueueingProcessor queueingProcessor) |
Modifier and Type | Method and Description |
---|---|
Worker |
MutableSearchFactoryState.getWorker() |
Worker |
ImmutableSearchFactory.getWorker() |
Worker |
MutableSearchFactory.getWorker() |
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.setWorker(Worker worker) |
Modifier and Type | Method and Description |
---|---|
Worker |
SearchIntegrator.getWorker()
The Worker is the entry point to apply writes and updates to the indexes.
|
Modifier and Type | Method and Description |
---|---|
Worker |
SearchFactoryState.getWorker() |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved