Method: Elasticsearch::Model::Importing::ClassMethods#__batch_to_bulk
- Defined in:
- lib/elasticsearch/model/importing.rb
#__batch_to_bulk(batch, transform) ⇒ Object
136 137 138 |
# File 'lib/elasticsearch/model/importing.rb', line 136 def __batch_to_bulk(batch, transform) batch.map { |model| transform.call(model) } end |