Liking cljdoc? Tell your friends :D

beam-es.core


es-chunk-sizeclj


es-date-histogram!clj

(es-date-histogram! es-uri
                    index
                    interval
                    start
                    end
                    timezone
                    criteria
                    field-list)

Returns a date histogram based on params: interval hour | day | week | month | year, start a local date - for example 2017-05-04 end local date timezone for example Australia/Sydney criteria a key value map of field critera to search by. field-list a keyword/string list of field names to aggregate.

Returns a date histogram based on params:
`interval` hour | day | week | month | year,
`start` a local date - for example `2017-05-04`
`end` local date
`timezone` for example `Australia/Sydney`
`criteria` a key value map of field critera to search by.
`field-list` a keyword/string list of field names to aggregate.
raw docstring

es-delete-by-query!clj

(es-delete-by-query! es-uri index criteria)

Deletes docs from elasticsearch based on criteria. criteria is a map with multiple field = match-value search criteria.

Deletes docs from elasticsearch based on `criteria`.
`criteria` is a map with multiple `field = match-value` search criteria.
raw docstring

es-parse-histogram-resultclj

(es-parse-histogram-result es-result field-list)

Extracts the required values from elasticsearch result and converts to a simple flat array.

Extracts the required values from elasticsearch result and converts to
a simple flat array.
raw docstring

es-post-bulk!clj

(es-post-bulk! es-uri index data)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close