Liking cljdoc? Tell your friends :D

onyx.plugin.elasticsearch


base-write-requestclj

source

bulk-request-formatclj

(bulk-request-format {:keys [:elasticsearch/index :elasticsearch/mapping-type
                             :elasticsearch/write-type :elasticsearch/id
                             :elasticsearch/message]
                      :as options})

Takes in a settings map and returns a sequence with action and an optional message(source) depending on the action. See https://www.elastic.co/guide/en/elasticsearch/reference/6.2/docs-bulk.html

Takes in a settings map and returns a sequence with action and an optional message(source) depending on the action.
See https://www.elastic.co/guide/en/elasticsearch/reference/6.2/docs-bulk.html
sourceraw docstring

delete-requestclj

source

index-requestclj

source

outputclj

(output event)
source

rest-requestclj

(rest-request options)

Inputs: [options]

Takes in a settings map and returns a REST request to send to the spandex client.

Inputs: [options]

Takes in a settings map and returns a REST request to send to the spandex client.
sourceraw docstring

update-by-query-requestclj

source

update-requestclj

source

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

× close