public final class ElasticsearchIndexSettings extends Object
Constants in this class are to be appended to a prefix to form a property key;
see IndexSettings for details.
| Modifier and Type | Class and Description |
|---|---|
static class |
ElasticsearchIndexSettings.Defaults
Default values for the different settings if no values are given.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
LIFECYCLE_MINIMAL_REQUIRED_STATUS
The minimal required status of the index on startup, before Hibernate Search can start using it.
|
static String |
LIFECYCLE_MINIMAL_REQUIRED_STATUS_WAIT_TIMEOUT
The timeout when waiting for the
required status. |
static String |
LIFECYCLE_STRATEGY
The index lifecycle strategy to use, i.e.
|
public static final String LIFECYCLE_STRATEGY
Expects an IndexLifecycleStrategyName value, or a String representation of such value.
Defaults to ElasticsearchIndexSettings.Defaults.LIFECYCLE_STRATEGY.
public static final String LIFECYCLE_MINIMAL_REQUIRED_STATUS
Expects an IndexStatus value, or a String representation of such value.
Defaults to ElasticsearchIndexSettings.Defaults.LIFECYCLE_MINIMAL_REQUIRED_STATUS.
public static final String LIFECYCLE_MINIMAL_REQUIRED_STATUS_WAIT_TIMEOUT
required status.
Expects a positive Integer value in milliseconds, such as 60000,
or a String that can be parsed into such Integer value.
Defaults to ElasticsearchIndexSettings.Defaults.LIFECYCLE_MINIMAL_REQUIRED_STATUS_WAIT_TIMEOUT.
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.