Interface SearchFactory


public interface SearchFactory
Deprecated.
Instead of using Hibernate Search 5 APIs, get a SearchMapping using Search.mapping(javax.persistence.EntityManagerFactory), or Search.mapping(SessionFactory). See the individual methods for the replacement of each method. Refer to the migration guide for more information.
Provide application wide operations as well as access to the underlying Lucene resources.
Author:
Emmanuel Bernard, Hardy Ferentschik, Sanne Grinovero