Method: EsMigration#nested_operations
- Defined in:
- lib/wukong-migrate/elasticsearch_migration.rb
#nested_operations ⇒ Object
132 133 134 |
# File 'lib/wukong-migrate/elasticsearch_migration.rb', line 132 def nested_operations (creations.to_a + updates.to_a).map{ |idx| idx.operation_list }.flatten end |