Package | Description |
---|---|
org.elasticsearch.action.admin.indices.create |
Create index action.
|
org.elasticsearch.action.admin.indices.template.put | |
org.elasticsearch.cluster.metadata | |
org.elasticsearch.search.warmer |
Modifier and Type | Method and Description |
---|---|
Map<String,IndexMetaData.Custom> |
CreateIndexRequest.customs() |
Map<String,IndexMetaData.Custom> |
CreateIndexClusterStateUpdateRequest.customs() |
Modifier and Type | Method and Description |
---|---|
CreateIndexRequestBuilder |
CreateIndexRequestBuilder.addCustom(IndexMetaData.Custom custom)
Adds custom metadata to the index to be created.
|
CreateIndexRequest |
CreateIndexRequest.custom(IndexMetaData.Custom custom)
Adds custom metadata to the index to be created.
|
Modifier and Type | Method and Description |
---|---|
CreateIndexClusterStateUpdateRequest |
CreateIndexClusterStateUpdateRequest.customs(Map<String,IndexMetaData.Custom> customs) |
Modifier and Type | Method and Description |
---|---|
Map<String,IndexMetaData.Custom> |
PutIndexTemplateRequest.customs() |
Modifier and Type | Method and Description |
---|---|
PutIndexTemplateRequest |
PutIndexTemplateRequest.custom(IndexMetaData.Custom custom) |
Modifier and Type | Interface and Description |
---|---|
static interface |
IndexMetaData.Custom.Factory<T extends IndexMetaData.Custom> |
Modifier and Type | Method and Description |
---|---|
<T extends IndexMetaData.Custom> |
IndexMetaData.custom(String type) |
<T extends IndexMetaData.Custom> |
IndexTemplateMetaData.custom(String type) |
static <T extends IndexMetaData.Custom> |
IndexMetaData.lookupFactory(String type) |
static <T extends IndexMetaData.Custom> |
IndexMetaData.lookupFactorySafe(String type) |
Modifier and Type | Method and Description |
---|---|
IndexMetaData.Custom |
IndexMetaData.Builder.getCustom(String type) |
IndexMetaData.Custom |
IndexTemplateMetaData.Builder.getCustom(String type) |
Modifier and Type | Method and Description |
---|---|
ImmutableOpenMap<String,IndexMetaData.Custom> |
IndexMetaData.customs() |
ImmutableOpenMap<String,IndexMetaData.Custom> |
IndexTemplateMetaData.customs() |
ImmutableOpenMap<String,IndexMetaData.Custom> |
IndexMetaData.getCustoms() |
ImmutableOpenMap<String,IndexMetaData.Custom> |
IndexTemplateMetaData.getCustoms() |
Modifier and Type | Method and Description |
---|---|
IndexMetaData.Builder |
IndexMetaData.Builder.putCustom(String type,
IndexMetaData.Custom customIndexMetaData) |
IndexTemplateMetaData.Builder |
IndexTemplateMetaData.Builder.putCustom(String type,
IndexMetaData.Custom customIndexMetaData) |
Modifier and Type | Method and Description |
---|---|
MetaDataIndexTemplateService.PutRequest |
MetaDataIndexTemplateService.PutRequest.customs(Map<String,IndexMetaData.Custom> customs) |
Constructor and Description |
---|
IndexTemplateMetaData(String name,
int order,
String template,
Settings settings,
ImmutableOpenMap<String,CompressedString> mappings,
ImmutableOpenMap<String,AliasMetaData> aliases,
ImmutableOpenMap<String,IndexMetaData.Custom> customs) |
Modifier and Type | Class and Description |
---|---|
class |
IndexWarmersMetaData |
Copyright © 2009–2015. All rights reserved.