Skip to content

Commit

Permalink
Add clojurewerkz.elastisch.rest.response/facets-from to the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Aug 31, 2012
1 parent c08e531 commit e4d67e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
@@ -1,5 +1,12 @@
## Changes between Elastisch 1.0.0-rc1 and 1.0.0-rc2

### New Function for Accessing Facet Responses

`clojurewerkz.elastisch.rest.response/facets-from` is a new convenience function that returns the facets section of a response.
The exact response format will vary between facet types and queries but it is always returned as an immutable map and has the same
structure as in the respective ElasticSearch response JSON document.


### Clojure 1.4 By Default

Elastisch now depends on `org.clojure/clojure` version `1.4.0`. It is still compatible with Clojure 1.3 and if your `project.clj` depends
Expand Down

0 comments on commit e4d67e1

Please sign in to comment.