We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c8d16 commit e1dc082Copy full SHA for e1dc082
elasticsearch-rails/lib/elasticsearch/rails/tasks/import.rb
@@ -80,7 +80,6 @@
80
total_errors = klass.__elasticsearch__.import force: ENV.fetch('FORCE', false),
81
batch_size: ENV.fetch('BATCH', 1000).to_i,
82
index: ENV.fetch('INDEX', nil),
83
- type: ENV.fetch('TYPE', nil),
84
scope: ENV.fetch('SCOPE', nil) do |response|
85
pbar.inc response['items'].size if pbar
86
STDERR.flush
0 commit comments