class NoSE::Backend::Backend::InsertStatementStep
Insert
data into an index on the backend
Public Class Methods
new(client, index, _fields)
click to toggle source
# File lib/nose/backend.rb, line 205 def initialize(client, index, _fields) @client = client @index = index end