Method: Elasticsearch::Model::Importing::ClassMethods#__batch_to_bulk
- Defined in:
- lib/elasticsearch/model/importing.rb
permalink #__batch_to_bulk(batch, transform) ⇒ Object
[View source]
178 179 180 |
# File 'lib/elasticsearch/model/importing.rb', line 178 def __batch_to_bulk(batch, transform) batch.map { |model| transform.call(model) } end |