public final class EngineSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EngineSettings.Defaults
Default values for the different settings if no values are given.
|
static class |
EngineSettings.Radicals
Configuration property keys without the
prefix. |
| Modifier and Type | Field and Description |
|---|---|
static String |
BACKENDS
The root property whose children are backend names, e.g.
|
static String |
BACKGROUND_FAILURE_HANDLER
The
FailureHandler instance that should be notified
of any failure occurring in a background process
(mainly index operations). |
static String |
CONFIGURATION_PROPERTY_CHECKING_STRATEGY
The strategy to use when reporting the results of configuration property checking.
|
static String |
DEFAULT_BACKEND
The name of the default backend to use when none is defined in the index configuration.
|
static String |
PREFIX
The prefix expected for the key of every Hibernate Search configuration property.
|
public static final String PREFIX
public static final String DEFAULT_BACKEND
Expects a String.
Defaults to no value, meaning a backend must be set in the mapping for every single index.
public static final String BACKENDS
public static final String CONFIGURATION_PROPERTY_CHECKING_STRATEGY
Configuration property checking will detect an configuration property that is never used, which might indicate a configuration issue.
Expects a ConfigurationPropertyCheckingStrategyName value,
or a String representation of such value.
Defaults to EngineSettings.Defaults.CONFIGURATION_PROPERTY_CHECKING_STRATEGY.
public static final String BACKGROUND_FAILURE_HANDLER
FailureHandler instance that should be notified
of any failure occurring in a background process
(mainly index operations).
Expects a reference to a bean of type FailureHandler.
Defaults to a logging handler.
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.