Modifier and Type | Method and Description |
---|---|
ErrorHandler |
LuceneBackendResources.getErrorHandler() |
Constructor and Description |
---|
ScheduledCommitPolicy(org.hibernate.search.backend.impl.lucene.IndexWriterHolder indexWriterHolder,
String indexName,
int delay,
ErrorHandler errorHandler) |
Constructor and Description |
---|
ConcurrentMergeScheduler(ErrorHandler errorHandler,
String indexName) |
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
MutableSearchFactory.getErrorHandler() |
ErrorHandler |
MutableSearchFactoryState.getErrorHandler() |
ErrorHandler |
ImmutableSearchFactory.getErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
MutableSearchFactoryState.setErrorHandler(ErrorHandler errorHandler) |
Modifier and Type | Class and Description |
---|---|
class |
LogErrorHandler |
Modifier and Type | Method and Description |
---|---|
static ErrorHandler |
ErrorHandlerFactory.createErrorHandler(SearchConfiguration searchConfiguration) |
static ErrorHandler |
ErrorHandlerFactory.getDefault() |
ErrorHandler |
BuildContext.getErrorHandler()
Back-ends processing work asynchronously should catch all eventual errors in the
ErrorHandler
to avoid losing information about the failing index updates. |
ErrorHandler |
SearchIntegrator.getErrorHandler()
Used to catch exceptions in all synchronous operations; but default they are logged, the user
can configure alternative error management means.
|
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
SearchFactoryState.getErrorHandler() |
Copyright © 2006–2017 Hibernate. All rights reserved.