Deprecated API


Contents
Deprecated Classes
org.hibernate.search.util.ContextHelper
          Use FullTextSession.getSearchFactory() instead. 
org.hibernate.search.event.FullTextIndexCollectionEventListener
          As of release 3.1.0, replaced by FullTextIndexEventListener 
org.hibernate.search.reader.SharedReaderProvider
          replaced by SharingBufferReaderProvider 
 

Deprecated Fields
org.hibernate.search.ProjectionConstants.BOOST
          always return 1 
 

Deprecated Methods
org.hibernate.search.jpa.Search.createFullTextEntityManager(EntityManager)
          As of release 3.1.0, replaced by Search.getFullTextEntityManager(javax.persistence.EntityManager) 
org.hibernate.search.Search.createFullTextSession(Session)
          As of release 3.1.0, replaced by Search.getFullTextSession(Session) 
org.hibernate.search.event.FullTextIndexCollectionEventListener.onPostRecreateCollection(PostCollectionRecreateEvent)
          As of release 3.1.0, replaced by FullTextIndexEventListener.onPostRecreateCollection(PostCollectionRecreateEvent) 
org.hibernate.search.event.FullTextIndexCollectionEventListener.onPostRemoveCollection(PostCollectionRemoveEvent)
          As of release 3.1.0, replaced by FullTextIndexEventListener.onPostRemoveCollection(PostCollectionRemoveEvent) 
org.hibernate.search.event.FullTextIndexCollectionEventListener.onPostUpdateCollection(PostCollectionUpdateEvent)
          As of release 3.1.0, replaced by FullTextIndexEventListener.onPostUpdateCollection(PostCollectionUpdateEvent)