Package | Description |
---|---|
org.hibernate.search.cfg | |
org.hibernate.search.cfg.spi | |
org.hibernate.search.cfg.spi.impl | |
org.hibernate.search.engine.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.spi |
Classes offering a service infrastructure for Search.
|
org.hibernate.search.indexes.serialization.spi | |
org.hibernate.search.store.impl | |
org.hibernate.search.store.spi |
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
IndexManager 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 | 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.requestService(Class<S> serviceRole) |
Constructor and Description |
---|
StandardServiceManager(SearchConfiguration searchConfiguration,
BuildContext buildContext,
Map<Class<? extends Service>,String> defaultServices) |
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.requestService(Class<S> serviceRole)
Gets the service in the specified service role.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SerializationProvider
Provides access to a serializer and deserializer to send the necessary work load for remote backends over the wire.
|
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–2015 Hibernate. All rights reserved.