Skip to content

Commit

Permalink
Correct search option name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jun 30, 2012
1 parent c6b1fb7 commit 9da5238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clojure/clojurewerkz/welle/buckets.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* rw (quorum value)
* not-found-ok
* basic-quorum
* enable-for-search (default: false)
* enable-search (default: false)
* backend
* pre-commit-hooks (a collection of pairs [\"erlang_module\", \"fn_name\"])
* post-commit-hooks (a collection of pairs [\"erlang_module\", \"fn_name\"])
Expand All @@ -50,7 +50,7 @@
[^String bucket-name &{ :keys [allow-siblings last-write-wins n-val ^String backend
small-vclock big-vclock young-vclock old-vclock
r pr w dw pw rw
^Boolean not-found-ok ^Boolean basic-quorum ^Boolean enable-for-search
^Boolean not-found-ok ^Boolean basic-quorum ^Boolean enable-search
pre-commit-hooks
post-commit-hooks] :as options}]
(.updateBucket *riak-client* bucket-name (to-bucket-properties (or options {})))
Expand Down

0 comments on commit 9da5238

Please sign in to comment.