| Constructor and Description |
|---|
DefaultBatchBackend(SearchIntegrator searchFactoryImplementor,
MassIndexerProgressMonitor progressMonitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSearchFactory
This implementation is never directly exposed to the user, it is always wrapped into a
MutableSearchFactory |
class |
MutableSearchFactory
Factory delegating to a concrete implementation of another factory.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchFactoryImplementor
Interface which gives access to runtime configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HSQueryImpl.afterDeserialise(SearchIntegrator searchIntegrator) |
| Modifier and Type | Method and Description |
|---|---|
void |
HSQuery.afterDeserialise(SearchIntegrator searchFactory)
afterDeserialise.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchFactoryIntegrator
Deprecated.
Do not use, and immediately migrate all code to use org.hibernate.search.spi.SearchIntegrator.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIntegrator |
SearchIntegratorBuilder.buildSearchIntegrator() |
| Modifier and Type | Method and Description |
|---|---|
SearchFactoryBuilder |
SearchFactoryBuilder.currentFactory(SearchIntegrator factory)
Deprecated.
|
SearchIntegratorBuilder |
SearchIntegratorBuilder.currentSearchIntegrator(SearchIntegrator factory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchFactoryImplementorWithShareableState
Search Factory implementor exposing its sharable state.
|
Copyright © 2006–2014 Hibernate. All rights reserved.