API generation
This commit is contained in:
@ -224,6 +224,8 @@ function ESAPI (opts) {
|
||||
deleteAlias: lazyLoad('indices.delete_alias', opts),
|
||||
delete_data_stream: lazyLoad('indices.delete_data_stream', opts),
|
||||
deleteDataStream: lazyLoad('indices.delete_data_stream', opts),
|
||||
delete_index_template: lazyLoad('indices.delete_index_template', opts),
|
||||
deleteIndexTemplate: lazyLoad('indices.delete_index_template', opts),
|
||||
delete_template: lazyLoad('indices.delete_template', opts),
|
||||
deleteTemplate: lazyLoad('indices.delete_template', opts),
|
||||
exists: lazyLoad('indices.exists', opts),
|
||||
@ -243,6 +245,8 @@ function ESAPI (opts) {
|
||||
getDataStreams: lazyLoad('indices.get_data_streams', opts),
|
||||
get_field_mapping: lazyLoad('indices.get_field_mapping', opts),
|
||||
getFieldMapping: lazyLoad('indices.get_field_mapping', opts),
|
||||
get_index_template: lazyLoad('indices.get_index_template', opts),
|
||||
getIndexTemplate: lazyLoad('indices.get_index_template', opts),
|
||||
get_mapping: lazyLoad('indices.get_mapping', opts),
|
||||
getMapping: lazyLoad('indices.get_mapping', opts),
|
||||
get_settings: lazyLoad('indices.get_settings', opts),
|
||||
@ -254,6 +258,8 @@ function ESAPI (opts) {
|
||||
open: lazyLoad('indices.open', opts),
|
||||
put_alias: lazyLoad('indices.put_alias', opts),
|
||||
putAlias: lazyLoad('indices.put_alias', opts),
|
||||
put_index_template: lazyLoad('indices.put_index_template', opts),
|
||||
putIndexTemplate: lazyLoad('indices.put_index_template', opts),
|
||||
put_mapping: lazyLoad('indices.put_mapping', opts),
|
||||
putMapping: lazyLoad('indices.put_mapping', opts),
|
||||
put_settings: lazyLoad('indices.put_settings', opts),
|
||||
|
||||
Reference in New Issue
Block a user