Class: NoSE::Backend::Backend::InsertStatementStep

Inherits:
StatementStep show all
Defined in:
lib/nose/backend.rb

Overview

Insert data into an index on the backend

Instance Attribute Summary

Attributes inherited from StatementStep

#index

Instance Method Summary collapse

Methods included from Supertype

included

Constructor Details

#initialize(client, index, _fields) ⇒ InsertStatementStep

Returns a new instance of InsertStatementStep.



205
206
207
208
# File 'lib/nose/backend.rb', line 205

def initialize(client, index, _fields)
  @client = client
  @index = index
end