Method: Elastictastic::Client#bulk

Defined in:
lib/elastictastic/client.rb

#bulk(commands, params = {}) ⇒ Object



57
58
59
# File 'lib/elastictastic/client.rb', line 57

def bulk(commands, params = {})
  @connection.post(path_with_query('/_bulk', params), commands).body
end