Skip to content

Commit

Permalink
Add support for _version and _version_type in bulk
Browse files Browse the repository at this point in the history
  • Loading branch information
royaldark committed Jul 12, 2016
1 parent 7b3a51c commit 38d23f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/clojurewerkz/elastisch/common/bulk.clj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
:_script_params
:_scripted_upsert
:_timestamp
:_ttl])
:_ttl
:_version
:_version_type])

(defn index-operation
[doc]
Expand Down

0 comments on commit 38d23f2

Please sign in to comment.