Package org.hibernate.search.spi

Interface Summary
BuildContext Build context that can be used by some services at initialization
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.
 

Class Summary
SearchFactoryBuilder Build a search factory following the builder pattern.
 



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved