Package org.elasticsearch.snapshots
Class SearchableSnapshotsSettings
java.lang.Object
org.elasticsearch.snapshots.SearchableSnapshotsSettings
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isPartialSearchableSnapshotIndex
(Map<Setting<?>, Object> indexSettings) Based on a map from setting to value, do the settings represent a partial searchable snapshot index? Both index.store.type and index.store.snapshot.partial must be supplied.static boolean
isPartialSearchableSnapshotIndex
(Settings indexSettings) static boolean
isSearchableSnapshotStore
(Settings indexSettings)
-
Field Details
-
SEARCHABLE_SNAPSHOT_STORE_TYPE
- See Also:
-
SEARCHABLE_SNAPSHOT_PARTIAL_SETTING_KEY
- See Also:
-
SNAPSHOT_PARTIAL_SETTING
-
SEARCHABLE_SNAPSHOTS_REPOSITORY_NAME_SETTING_KEY
- See Also:
-
SEARCHABLE_SNAPSHOTS_REPOSITORY_UUID_SETTING_KEY
- See Also:
-
SEARCHABLE_SNAPSHOTS_SNAPSHOT_NAME_SETTING_KEY
- See Also:
-
-
Method Details
-
isSearchableSnapshotStore
-
isPartialSearchableSnapshotIndex
-
isPartialSearchableSnapshotIndex
Based on a map from setting to value, do the settings represent a partial searchable snapshot index? Both index.store.type and index.store.snapshot.partial must be supplied.
-