public final class BackendSettings extends Object
Constants in this class are to be appended to a prefix to form a property key.
The exact prefix will depend on the integration, but should generally look like
"hibernate.search.backends.<backend name>.".
| Modifier and Type | Field and Description |
|---|---|
static String |
INDEX_DEFAULTS
The root property whose children are default properties to be applied to all indexes of this backend.
|
static String |
INDEXES
The root property whose children are index names, e.g.
|
static String |
TYPE
The type of the backend.
|
public static final String TYPE
Expects a String, such as "lucene" or "elasticsearch". See the documentation of your backend to find the appropriate value.
No default: this property must be set.
public static final String INDEX_DEFAULTS
public static final String INDEXES
indexes.myIndex.<some index-scoped property> = bar.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.