|
Interface Summary |
| BuildContext |
Build context that can be used by some services at initialization |
| InstanceInitializer |
When using the Hibernate Core integration (for example) we need to make sure that the
entities and collections we're working on are initialized. |
| SearchFactoryIntegrator |
This contract is considered experimental. |
| ServiceProvider<T> |
Control the life cycle of a service attached and used by Hibernate Search
It allows to:
- start the service
- stop the service
- declare the key the service is exposed to
TODO should it be the implementation name itself?
- provide access tot he service |
| WorkerBuildContext |
Build context for the worker and other backend
Available after all index, entity metadata are built. |
| WritableBuildContext |
Build context where new built element can be registered. |