* [Secondary indexes](http://clojureriak.info/articles/2i.html) (2i): indexing, index queries
* [Content-type based serialization of values](http://clojureriak.info/articles/kv.html#automatic_serialization_for_common_formats) in common formats (bytes, JSON, Clojure data/reader, UTF-8 text, gzipped JSON)
+ * [Riak Search](http://clojureriak.info/articles/search.html) support
* Storing links on values, [link walking](http://clojureriak.info/articles/links.html)
* [clojure.core.cache](https://github.com/clojure/core.cache) implementation on top of Riak
* [Ring session store](https://github.com/mmcgrana/ring/blob/master/ring-core/src/ring/middleware/session/store.clj) implementation on top of Riak
- * [data.json](http://github.com/clojure/data.json) extensions for serialization of JodaTime and JDK dates
+ * [Cheshire](https://github.com/dakrone/cheshire) and [data.json](http://github.com/clojure/data.json) extensions for serialization of JodaTime and JDK dates
##Supported Clojure versions
Welle is built from the ground up for Clojure 1.3 and up. To store dates/instants with Clojure data serialization, Clojure 1.4.0
-is the minimum required version because Clojure 1.3 reader cannot handle `java.util.Date` instances. As such, Clojure 1.4 is
-recommended.
+is the minimum required version because Clojure 1.3 reader cannot handle `java.util.Date` instances.
+
+Clojure 1.4 is highly recommended.
##Supported Riak versions
@@ -67,7 +69,7 @@ Welle artifacts are [released to Clojars](https://clojars.org/com.novemberain/we
0 comments on commit
8d281ca