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.
Also, I don't really understand the helper functions, they seem to do almost nothing
So I built the query myself, using the elasticsearch query structure, and tried a range query with both LocalDateTime
and java.util.Date
s, and it didn't work as well, unless I extracted the epoch milliseconds out of them 😞