Modifier and Type | Method and Description |
---|---|
TimeoutExceptionFactory |
MutableSearchFactory.getDefaultTimeoutExceptionFactory() |
TimeoutExceptionFactory |
ImmutableSearchFactory.getDefaultTimeoutExceptionFactory() |
TimeoutExceptionFactory |
MutableSearchFactoryState.getDefaultTimeoutExceptionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.setDefaultTimeoutExceptionFactory(TimeoutExceptionFactory defaultTimeoutExceptionFactory) |
Modifier and Type | Field and Description |
---|---|
static TimeoutExceptionFactory |
QueryTimeoutException.DEFAULT_TIMEOUT_EXCEPTION_FACTORY |
Modifier and Type | Method and Description |
---|---|
HSQuery |
HSQueryImpl.timeoutExceptionFactory(TimeoutExceptionFactory exceptionFactory) |
Constructor and Description |
---|
QueryHits(LazyQueryState searcher,
org.apache.lucene.search.Filter filter,
org.apache.lucene.search.Sort sort,
Integer n,
TimeoutManagerImpl timeoutManager,
Map<String,FacetingRequestImpl> facetRequests,
TimeoutExceptionFactory timeoutExceptionFactory,
Coordinates spatialSearchCenter,
String spatialFieldName) |
QueryHits(LazyQueryState searcher,
org.apache.lucene.search.Filter filter,
org.apache.lucene.search.Sort sort,
TimeoutManagerImpl timeoutManager,
Map<String,FacetingRequestImpl> facetRequests,
TimeoutExceptionFactory timeoutExceptionFactory,
Coordinates spatialSearchCenter,
String spatialFieldName) |
TimeoutManagerImpl(org.apache.lucene.search.Query query,
TimeoutExceptionFactory timeoutExceptionFactory,
TimingSource timingSource) |
Modifier and Type | Method and Description |
---|---|
HSQuery |
HSQuery.timeoutExceptionFactory(TimeoutExceptionFactory exceptionFactory)
Define the timeout exception factory to customize the exception returned by the user.
|
Modifier and Type | Method and Description |
---|---|
TimeoutExceptionFactory |
SearchIntegrator.getDefaultTimeoutExceptionFactory()
Useful if you need to create custom exception types to represent query timeouts.
|
Modifier and Type | Method and Description |
---|---|
TimeoutExceptionFactory |
SearchFactoryState.getDefaultTimeoutExceptionFactory() |
Copyright © 2006–2016 Hibernate. All rights reserved.