Open akurkin opened 8 years ago
hi @akurkin ! Looks you have issue with mapping in ELK. Can you show me your index?
yes, indeed I had an issue with mapping, I fixed that, but my point is that Tirexs was "routing" my code to "success" callback vs "failure", so I couldn't rely on the response from Tirexs, I had to pattern-match on actual response from elastic to figure out if response was good or not.
yes, looks issue.
hello, trying to send bulk requests incorrectly responds as
{:ok, 200}
in case of failure.Example code:
Example response:
Expected response:
Thanks, Alex