Deprecated API


Contents
Deprecated Classes
org.hibernate.search.util.ContextHelper
          Use FullTextSession.getSearchFactory() instead. 
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.query.engine.spi.HSQuery.getSearchFactoryImplementor()
          should be at most SearchFactoryIntegrator, preferably removed altogether 
 

Deprecated Constructors
org.hibernate.search.event.FullTextIndexEventListener()
          As of Hibernate Search 3.3. This method was used for instantiating the event listener when configured in a configuration file. Since Hibernate Core 3.6 Hibernate Search will always be automatically enabled if available on the classpath. 
 

Deprecated Enum Constants
org.hibernate.search.backend.configuration.IndexWriterSetting.MAX_FIELD_LENGTH
            
org.hibernate.search.event.FullTextIndexEventListener.Installation.MULTIPLE_INSTANCE
          As of Hibernate Search 3.3. 
 



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