Constructor and Description |
---|
DefaultBatchBackend(SearchIntegrator integrator,
MassIndexerProgressMonitor progressMonitor) |
Modifier and Type | Method and Description |
---|---|
protected abstract SearchIntegrator |
AbstractJMSHibernateSearchController.getSearchIntegrator() |
Modifier and Type | Method and Description |
---|---|
SearchIntegrator |
JmsBackendQueueProcessor.getSearchIntegrator() |
Modifier and Type | Method and Description |
---|---|
MassIndexer |
DefaultMassIndexerFactory.createMassIndexer(SearchIntegrator searchIntegrator,
SessionFactoryImplementor sessionFactory,
Class<?>... entities) |
Constructor and Description |
---|
MassIndexerImpl(SearchIntegrator searchIntegrator,
SessionFactoryImplementor sessionFactory,
Class<?>... entities) |
Modifier and Type | Method and Description |
---|---|
MassIndexer |
MassIndexerFactory.createMassIndexer(SearchIntegrator searchIntegrator,
SessionFactoryImplementor sessionFactory,
Class<?>... entities)
Create an instance of a
MassIndexer . |
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 |
---|---|
static SearchFactory |
ImplementationFactory.createSearchFactory(SearchIntegrator searchIntegrator) |
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-2017 Red Hat, Inc. All Rights Reserved