Uses of Package
org.hibernate.search.query.engine.spi

Packages that use org.hibernate.search.query.engine.spi
org.hibernate.search   
org.hibernate.search.impl   
org.hibernate.search.query.engine   
org.hibernate.search.query.engine.impl   
org.hibernate.search.query.engine.spi   
org.hibernate.search.query.hibernate.impl   
org.hibernate.search.spi   
org.hibernate.search.spi.internals   
 

Classes in org.hibernate.search.query.engine.spi used by org.hibernate.search
FacetManager
          Interface defining methods around faceting.
 

Classes in org.hibernate.search.query.engine.spi used by org.hibernate.search.impl
HSQuery
          Defines and executes an Hibernate Search query (wrapping a Lucene query).
TimeoutExceptionFactory
          The internal engine will use this exception factory to throw exceptions of an appropriate type according to a specific API.
 

Classes in org.hibernate.search.query.engine.spi used by org.hibernate.search.query.engine
TimeoutExceptionFactory
          The internal engine will use this exception factory to throw exceptions of an appropriate type according to a specific API.
 

Classes in org.hibernate.search.query.engine.spi used by org.hibernate.search.query.engine.impl
DocumentExtractor
          DocumentExtractor is a traverser over the full-text results (EntityInfo) This operation is as lazy as possible: - the query is executed eagerly - results are not retrieved until actually requested DocumentExtractor.getFirstIndex() and DocumentExtractor.getMaxIndex() define the boundaries available to DocumentExtractor.extract(int).
EntityInfo
          Wrapper class describing the loading of an element.
FacetManager
          Interface defining methods around faceting.
HSQuery
          Defines and executes an Hibernate Search query (wrapping a Lucene query).
TimeoutExceptionFactory
          The internal engine will use this exception factory to throw exceptions of an appropriate type according to a specific API.
TimeoutManager
           
TimeoutManager.Type
           
 

Classes in org.hibernate.search.query.engine.spi used by org.hibernate.search.query.engine.spi
DocumentExtractor
          DocumentExtractor is a traverser over the full-text results (EntityInfo) This operation is as lazy as possible: - the query is executed eagerly - results are not retrieved until actually requested DocumentExtractor.getFirstIndex() and DocumentExtractor.getMaxIndex() define the boundaries available to DocumentExtractor.extract(int).
EntityInfo
          Wrapper class describing the loading of an element.
FacetManager
          Interface defining methods around faceting.
HSQuery
          Defines and executes an Hibernate Search query (wrapping a Lucene query).
TimeoutExceptionFactory
          The internal engine will use this exception factory to throw exceptions of an appropriate type according to a specific API.
TimeoutManager
           
TimeoutManager.Type
           
 

Classes in org.hibernate.search.query.engine.spi used by org.hibernate.search.query.hibernate.impl
DocumentExtractor
          DocumentExtractor is a traverser over the full-text results (EntityInfo) This operation is as lazy as possible: - the query is executed eagerly - results are not retrieved until actually requested DocumentExtractor.getFirstIndex() and DocumentExtractor.getMaxIndex() define the boundaries available to DocumentExtractor.extract(int).
EntityInfo
          Wrapper class describing the loading of an element.
FacetManager
          Interface defining methods around faceting.
TimeoutManager
           
 

Classes in org.hibernate.search.query.engine.spi used by org.hibernate.search.spi
HSQuery
          Defines and executes an Hibernate Search query (wrapping a Lucene query).
TimeoutExceptionFactory
          The internal engine will use this exception factory to throw exceptions of an appropriate type according to a specific API.
 

Classes in org.hibernate.search.query.engine.spi used by org.hibernate.search.spi.internals
TimeoutExceptionFactory
          The internal engine will use this exception factory to throw exceptions of an appropriate type according to a specific API.
 



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