Uses of Interface
org.hibernate.search.query.engine.spi.TimeoutExceptionFactory

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

Uses of TimeoutExceptionFactory in org.hibernate.search.impl
 

Methods in org.hibernate.search.impl that return TimeoutExceptionFactory
 TimeoutExceptionFactory ImmutableSearchFactory.getDefaultTimeoutExceptionFactory()
           
 TimeoutExceptionFactory MutableSearchFactoryState.getDefaultTimeoutExceptionFactory()
           
 TimeoutExceptionFactory MutableSearchFactory.getDefaultTimeoutExceptionFactory()
           
 

Methods in org.hibernate.search.impl with parameters of type TimeoutExceptionFactory
 void MutableSearchFactoryState.setDefaultTimeoutExceptionFactory(TimeoutExceptionFactory defaultTimeoutExceptionFactory)
           
 

Uses of TimeoutExceptionFactory in org.hibernate.search.query.engine
 

Fields in org.hibernate.search.query.engine declared as TimeoutExceptionFactory
static TimeoutExceptionFactory QueryTimeoutException.DEFAULT_TIMEOUT_EXCEPTION_FACTORY
           
 

Uses of TimeoutExceptionFactory in org.hibernate.search.query.engine.impl
 

Methods in org.hibernate.search.query.engine.impl with parameters of type TimeoutExceptionFactory
 HSQuery HSQueryImpl.timeoutExceptionFactory(TimeoutExceptionFactory exceptionFactory)
           
 

Constructors in org.hibernate.search.query.engine.impl with parameters of type TimeoutExceptionFactory
QueryHits(IndexSearcherWithPayload searcher, org.apache.lucene.search.Query preparedQuery, org.apache.lucene.search.Filter filter, org.apache.lucene.search.Sort sort, Integer n, TimeoutManagerImpl timeoutManager, Map<String,FacetingRequestImpl> facetRequests, boolean enableFieldCacheOnTypes, FieldCacheCollectorFactory idFieldCollector, TimeoutExceptionFactory timeoutExceptionFactory, Point spatialSearchCenter, String spatialFieldName)
           
QueryHits(IndexSearcherWithPayload searcher, org.apache.lucene.search.Query preparedQuery, org.apache.lucene.search.Filter filter, org.apache.lucene.search.Sort sort, TimeoutManagerImpl timeoutManager, Map<String,FacetingRequestImpl> facetRequests, boolean enableFieldCacheOnTypes, FieldCacheCollectorFactory idFieldCollector, TimeoutExceptionFactory timeoutExceptionFactory, Point spatialSearchCenter, String spatialFieldName)
           
TimeoutManagerImpl(org.apache.lucene.search.Query query, TimeoutExceptionFactory timeoutExceptionFactory, TimingSource timingSource)
           
 

Uses of TimeoutExceptionFactory in org.hibernate.search.query.engine.spi
 

Methods in org.hibernate.search.query.engine.spi with parameters of type TimeoutExceptionFactory
 HSQuery HSQuery.timeoutExceptionFactory(TimeoutExceptionFactory exceptionFactory)
          Define the timeout exception factory to customize the exception returned by the user.
 

Uses of TimeoutExceptionFactory in org.hibernate.search.spi
 

Methods in org.hibernate.search.spi that return TimeoutExceptionFactory
 TimeoutExceptionFactory SearchFactoryIntegrator.getDefaultTimeoutExceptionFactory()
           
 

Uses of TimeoutExceptionFactory in org.hibernate.search.spi.internals
 

Methods in org.hibernate.search.spi.internals that return TimeoutExceptionFactory
 TimeoutExceptionFactory SearchFactoryState.getDefaultTimeoutExceptionFactory()
           
 



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