Constructor and Description |
---|
DefaultBatchBackend(SearchIntegrator integrator,
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 |
ExtendedSearchIntegrator
Interface which gives access to runtime configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
HSQueryImpl.afterDeserialise(SearchIntegrator extendedIntegrator) |
Modifier and Type | Method and Description |
---|---|
void |
HSQuery.afterDeserialise(SearchIntegrator integrator)
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 |
ExtendedSearchIntegratorWithShareableState
Contract for
ExtendedSearchintegrator implementors exposing its shareable state. |
Copyright © 2006–2015 Hibernate. All rights reserved.