A Clojure client for Elastic Search Cluster, a distributed, scalable analytic tool.
Follow the [download instructions on elastic.co] (https://www.elastic.co/downloads) to install the latest version of Elastic Search.
elasticsearch-clj is distributed via Clojars. Add the
following to your dependencies in project.clj
:
:dependencies [[org.clojars.pnarode/elasticsearch-clj "0.1.0"]]
(require '[elasticsearch-clj.core :as esclient])