| 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> |
CreateIndexClusterStateUpdateRequest.customs() |
Map<String,IndexMetaData.Custom> |
CreateIndexRequest.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 | Field and Description |
|---|---|
static Map<String,IndexMetaData.Custom> |
IndexMetaData.customPrototypes |
| 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.lookupPrototype(String type) |
static <T extends IndexMetaData.Custom> |
IndexMetaData.lookupPrototypeSafe(String type) |
| Modifier and Type | Method and Description |
|---|---|
IndexMetaData.Custom |
IndexMetaData.Custom.fromMap(Map<String,Object> map) |
IndexMetaData.Custom |
IndexMetaData.Custom.fromXContent(XContentParser parser) |
IndexMetaData.Custom |
IndexMetaData.Builder.getCustom(String type) |
IndexMetaData.Custom |
IndexTemplateMetaData.Builder.getCustom(String type) |
IndexMetaData.Custom |
IndexMetaData.Custom.mergeWith(IndexMetaData.Custom another)
Merges from this to another, with this being more important, i.e., if something exists in this and another,
this will prevail.
|
| Modifier and Type | Method and Description |
|---|---|
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.Custom |
IndexMetaData.Custom.mergeWith(IndexMetaData.Custom another)
Merges from this to another, with this being more important, i.e., if something exists in this and another,
this will prevail.
|
IndexMetaData.Builder |
IndexMetaData.Builder.putCustom(String type,
IndexMetaData.Custom customIndexMetaData) |
IndexTemplateMetaData.Builder |
IndexTemplateMetaData.Builder.putCustom(String type,
IndexMetaData.Custom customIndexMetaData) |
static void |
IndexMetaData.registerPrototype(String type,
IndexMetaData.Custom proto)
Register a custom index meta data factory.
|
| 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,CompressedXContent> mappings,
ImmutableOpenMap<String,AliasMetaData> aliases,
ImmutableOpenMap<String,IndexMetaData.Custom> customs) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexWarmersMetaData |
| Modifier and Type | Method and Description |
|---|---|
IndexMetaData.Custom |
IndexWarmersMetaData.mergeWith(IndexMetaData.Custom other) |
| Modifier and Type | Method and Description |
|---|---|
IndexMetaData.Custom |
IndexWarmersMetaData.mergeWith(IndexMetaData.Custom other) |
Copyright © 2009–2017. All rights reserved.