Package | Description |
---|---|
org.hibernate.search.analyzer.definition.impl | |
org.hibernate.search.analyzer.definition.spi | |
org.hibernate.search.cfg | |
org.hibernate.search.cfg.spi | |
org.hibernate.search.cfg.spi.impl | |
org.hibernate.search.engine.impl | |
org.hibernate.search.engine.nesting.impl | |
org.hibernate.search.engine.service.classloading.impl | |
org.hibernate.search.engine.service.classloading.spi |
The class loading service SPI.
|
org.hibernate.search.engine.service.impl |
Internal implementation classes for service manager.
|
org.hibernate.search.engine.service.named.impl | |
org.hibernate.search.engine.service.named.spi | |
org.hibernate.search.engine.service.spi |
Classes offering a service infrastructure for Search.
|
org.hibernate.search.indexes.serialization.impl | |
org.hibernate.search.indexes.serialization.spi | |
org.hibernate.search.query.engine.impl | |
org.hibernate.search.store.impl | |
org.hibernate.search.store.spi |
Modifier and Type | Class and Description |
---|---|
class |
PropertiesBasedLuceneAnalyzerDefinitionSourceService
The default LuceneAnalyzerDefinitionSourceService.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneAnalyzerDefinitionSourceService
This service allows to inject a custom
LuceneAnalyzerDefinitionProvider . |
Modifier and Type | Field and Description |
---|---|
static Map<Class<? extends Service>,String> |
Environment.DEFAULT_SERVICES_MAP |
Modifier and Type | Interface and Description |
---|---|
interface |
DirectoryProviderService<D extends org.apache.lucene.store.Directory>
This Service allows to customize the creation of
DirectoryProvider
instances, potentially making use of shortcuts for the implementation names and altering default implementations. |
interface |
IdUniquenessResolver
Contract checking that two given classes cannot share the same identifier and be two different
instances in the underlying datastore (or event provider).
|
interface |
IndexManagerFactory
By implementing this integration point you can customize the creation of IndexManager instances.
|
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends Service>,Object> |
SearchConfiguration.getProvidedServices()
Return the provided services.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIdUniquenessResolver
Default implementation that is conservative and always answers that ids may not be unique.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIndexManagerFactory
This is the default
IndexManagerFactory implementation for Hibernate Search. |
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends Service>,Object> |
IncrementalSearchConfiguration.getProvidedServices() |
Map<Class<? extends Service>,Object> |
ReflectionReplacingSearchConfiguration.getProvidedServices() |
Modifier and Type | Interface and Description |
---|---|
interface |
NestingContextFactoryProvider
Service for obtaining
NestingContextFactory implementations. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClassLoaderService
Default implementation of
ClassLoaderService using the old pre class loader service apporach of
attempting to load from the current and thread context class loaders. |
Modifier and Type | Interface and Description |
---|---|
interface |
ClassLoaderService
A service for interacting with class loaders.
|
Modifier and Type | Method and Description |
---|---|
<S extends Service> |
StandardServiceManager.releaseService(Class<S> serviceRole) |
<S extends Service> |
StandardServiceManager.requestReference(Class<S> serviceRole) |
<S extends Service> |
StandardServiceManager.requestService(Class<S> serviceRole) |
Constructor and Description |
---|
StandardServiceManager(SearchConfiguration searchConfiguration,
BuildContext buildContext,
Map<Class<? extends Service>,String> defaultServices) |
Modifier and Type | Class and Description |
---|---|
class |
NoopNamedResolver
This implementation of NamedResolver is not functional:
integrator code is expected to provide a custom implementation
to replace this.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NamedResolver
The service to use to lookup objects by name.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceReference<S extends Service>
A auto-closable reference to a
Service . |
Modifier and Type | Method and Description |
---|---|
<S extends Service> |
ServiceManager.releaseService(Class<S> serviceRole)
Releases the service in the specified service role.
|
<S extends Service> |
ServiceManager.requestReference(Class<S> serviceRole)
Gets a reference to the service with the requested role.
|
<S extends Service> |
ServiceManager.requestService(Class<S> serviceRole)
Gets the service in the specified service role.
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneWorkSerializerImpl
Serializes
List<LuceneWork> instances back and forth using a pluggable SerializerProvider . |
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneWorkSerializer
Serialize
LuceneWork instances. |
interface |
SerializationProvider
Provides access to a serializer and deserializer to send the necessary work load for remote backends over the wire.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneQueryTranslator
Implementations translate Lucene queries into other backend-specific representations.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDirectoryProviderService
Default
DefaultDirectoryProviderService |
class |
DefaultLockFactoryCreator
The one and only
LockFactoryCreator . |
Modifier and Type | Interface and Description |
---|---|
interface |
LockFactoryCreator
A service for obtaining
LockFactory s based on the current configuration. |
Modifier and Type | Class and Description |
---|---|
class |
BaseDirectoryProviderService
Base class for custom
DirectoryProviderService implementations |
Copyright © 2006–2017 Hibernate. All rights reserved.