Uses of Package
org.hibernate.search

Packages that use org.hibernate.search
org.hibernate.search   
org.hibernate.search.engine   
org.hibernate.search.impl   
org.hibernate.search.jpa   
org.hibernate.search.jpa.impl   
org.hibernate.search.query   
org.hibernate.search.reader   
 

Classes in org.hibernate.search used by org.hibernate.search
FullTextFilter
          represents a FullTextFilter that is about to be applied Used to inject parameters
FullTextQuery
          The base interface for Lucene powered searches.
FullTextSession
          Extends the Hibernate Session with fulltext search and indexing capabilities.
ProjectionConstants
          Defined projection constants.
SearchFactory
          Provide application wide operations as well as access to the underlying Lucene resources.
 

Classes in org.hibernate.search used by org.hibernate.search.engine
SearchFactory
          Provide application wide operations as well as access to the underlying Lucene resources.
 

Classes in org.hibernate.search used by org.hibernate.search.impl
FullTextQuery
          The base interface for Lucene powered searches.
FullTextSession
          Extends the Hibernate Session with fulltext search and indexing capabilities.
SearchFactory
          Provide application wide operations as well as access to the underlying Lucene resources.
 

Classes in org.hibernate.search used by org.hibernate.search.jpa
SearchFactory
          Provide application wide operations as well as access to the underlying Lucene resources.
 

Classes in org.hibernate.search used by org.hibernate.search.jpa.impl
FullTextFilter
          represents a FullTextFilter that is about to be applied Used to inject parameters
ProjectionConstants
          Defined projection constants.
SearchFactory
          Provide application wide operations as well as access to the underlying Lucene resources.
 

Classes in org.hibernate.search used by org.hibernate.search.query
FullTextFilter
          represents a FullTextFilter that is about to be applied Used to inject parameters
FullTextQuery
          The base interface for Lucene powered searches.
SearchFactory
          Provide application wide operations as well as access to the underlying Lucene resources.
 

Classes in org.hibernate.search used by org.hibernate.search.reader
SearchException
          Root of all search specific exceptions