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.bridge.LuceneOptions.getBoost()
          likely to be removed in version 3.3, use #addFieldToDocument 
org.hibernate.search.bridge.LuceneOptions.getIndex()
          likely to be removed in version 3.3, use #addFieldToDocument 
org.hibernate.search.bridge.LuceneOptions.getStore()
          use addToDocument to add fields to the Document if possible 
org.hibernate.search.bridge.LuceneOptions.getTermVector()
          likely to be removed in version 3.3, use #addFieldToDocument 
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) 
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.