-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for all elasticsearch actions while bulk indexing
Currently, if the response body of the bulk indexing action contains anything else than index action, the response is taken as invalid, even though the request was successful. This patch adds support for all the other remaining actions specified in the elasticsearch documentation[1]. [1]: https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html#bulk-api-response-body Signed-off-by: Ladislav Macoun <[email protected]>
- Loading branch information
1 parent
d0d63a2
commit edfbdf5
Showing
1 changed file
with
53 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters