Package | Description |
---|---|
org.hibernate.search.spi |
Modifier and Type | Method and Description |
---|---|
static ErrorHandler |
ErrorHandlerFactory.createErrorHandler(SearchConfiguration searchConfiguration) |
static ErrorHandler |
ErrorHandlerFactory.getDefault() |
ErrorHandler |
SearchIntegrator.getErrorHandler()
Used to catch exceptions in all synchronous operations; but default they are logged, the user
can configure alternative error management means.
|
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. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.