clojurewerkz

2017-09-10T23:17:52.000032Z

Hi, I am using elastisch for the first time, and it seems the documentation is incorrect? The example is (esd/search conn "myapp_development" "person" :query (q/term :biography "New York")), where esd is [clojurewerkz.elastisch.rest.document :as esd]. This just gives an arity exception immediately.

2017-09-10T23:18:35.000042Z

Also, I don't really understand the helper functions, they seem to do almost nothing

2017-09-10T23:20:40.000117Z

So I built the query myself, using the elasticsearch query structure, and tried a range query with both LocalDateTime and java.util.Dates, and it didn't work as well, unless I extracted the epoch milliseconds out of them 😞