PutIndexTemplateRequest |
PutIndexTemplateRequest.alias(Alias alias) |
Adds an alias that will be added when the index gets created.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.aliases(String source) |
Sets the aliases that will be associated with the index when it gets created
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.aliases(Map<String,?> source) |
Sets the aliases that will be associated with the index when it gets created
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.aliases(BytesReference source) |
Sets the aliases that will be associated with the index when it gets created
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.aliases(XContentBuilder source) |
Sets the aliases that will be associated with the index when it gets created
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.cause(String cause) |
The cause for this index template creation.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.create(boolean create) |
Set to true to force only creation, not an update of an index template.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.mapping(String type,
Object... source) |
A specialized simplified mapping source method, takes the form of simple properties definition:
("field1", "type=string,store=true").
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.mapping(String type,
String source,
XContentType xContentType) |
Adds mapping that will be added when the index gets created.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.mapping(String type,
Map<String,Object> source) |
Adds mapping that will be added when the index gets created.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.mapping(String type,
BytesReference source,
XContentType xContentType) |
Adds mapping that will be added when the index gets created.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.mapping(String type,
XContentBuilder source) |
Adds mapping that will be added when the index gets created.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.name(String name) |
Sets the name of the index template.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.order(int order) |
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.patterns(List<String> indexPatterns) |
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.settings(String source,
XContentType xContentType) |
The settings to create the index template with (either json/yaml format).
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.settings(Map<String,Object> source) |
The settings to create the index template with (either json or yaml format).
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.settings(Settings settings) |
The settings to create the index template with.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.settings(Settings.Builder settings) |
The settings to create the index template with.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.source(byte[] source,
int offset,
int length,
XContentType xContentType) |
The template source definition.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.source(byte[] source,
XContentType xContentType) |
The template source definition.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.source(String templateSource,
XContentType xContentType) |
The template source definition.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.source(Map<String,Object> templateSource) |
The template source definition.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.source(BytesReference source,
XContentType xContentType) |
The template source definition.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.source(XContentBuilder templateBuilder) |
The template source definition.
|
PutIndexTemplateRequest |
PutIndexTemplateRequest.version(Integer version) |
|