The ClojureWerkz Blog

News and updates about ClojureWerkz projects

Elastisch 1.0.2 Is Released

TL;DR

Elastisch is a battle tested, small but feature rich and well documented Clojure client for ElasticSearch. It supports virtually every Elastic Search feature and has solid documentation.

1.0.2 is a bug fix release. We recommend all users to upgrade to it.

Changes in 1.0.2

  • Count API now uses GET for requests without the query part (GH issue #5)
  • Count API No Longer Ignores Mapping Types (GH issue #6)

We recommend all users to upgrade to 1.0.2 as soon as possible.

Elastisch change log is available on GitHub.

Thank You, Contributors

Kudos to Vesa Marttila for reporting both issues fixed in this release.

Elastisch is a ClojureWerkz Project

Elastisch is part of the group of libraries known as ClojureWerkz, together with

  • Welle, a Riak client with batteries included
  • Monger, a Clojure MongoDB client for a more civilized age
  • Neocons, a client for the Neo4J REST API
  • Langohr, a Clojure client for RabbitMQ that embraces the AMQP 0.9.1 model
  • Quartzite, a powerful scheduling library

and several others. If you like Elastisch, you may also like our other projects.

Let us know what you think on Twitter or on the Clojure mailing list.

The ClojureWerkz Team