I just loaded a hundred thousand records using the bulk API. A the very
end I receive the OK messages for each and every one of my inserts.
Scrolls for about 2 minutes. Is there a way to disable this?
Second question. Is it possible when using the bulk API that you just
reference the Index in the CURL statement and then in the actual file just
have the actual data records.
Currently I have to basically repeat the Index every other line such as
{ "index" : {_index" : .........
{"col1": val, "col2": val ......
{ "index" : {_index" : .........
{"col1": val, "col2": val ......
It would be nice if it was just like the following in the file
{"col1": val, "col2": val ......
{"col1": val, "col2": val ......
{"col1": val, "col2": val ......
{"col1": val, "col2": val ......
{"col1": val, "col2": val ......
Thank you
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.