class EsHttpOperation::UpdateIndexSettings

Public Instance Methods

body() click to toggle source
# File lib/wukong-migrate/elasticsearch_operations.rb, line 54
def body() { index: settings }                    ; end
info() click to toggle source
# File lib/wukong-migrate/elasticsearch_operations.rb, line 56
def info() "Updating settings for index #{index}" ; end
path() click to toggle source
# File lib/wukong-migrate/elasticsearch_operations.rb, line 53
def path() File.join('', index, '_settings?')     ; end
verb() click to toggle source
# File lib/wukong-migrate/elasticsearch_operations.rb, line 55
def verb() :put                                   ; end