Liking cljdoc? Tell your friends :D

es-utils


actual-index-nameclj

(actual-index-name es-host index-name)
source

configure-indexclj

(configure-index es-host {:keys [alias conf data] :as index-conf})
source

create-indexclj

(create-index es-host index-name index-config)
source

data->index-nameclj

(data->index-name data-file)
source

delete-all-docsclj

(delete-all-docs es-host es-index-confs)
source

es-ready?clj

(es-ready? es-host)
source

exists?clj

(exists? es-host index-name)
source

export-docs-for-bulk-via-httpclj

(export-docs-for-bulk-via-http es-host index-name query out-file)

Example: (export-docs-for-bulk "http://127.0.0.1:9200" "index" {:query {:match_all {}} :size 1000} "output.json")

Example: (export-docs-for-bulk "http://127.0.0.1:9200" "index" {:query {:match_all {}} :size 1000} "output.json")
sourceraw docstring

import-test-data-to-esclj

(import-test-data-to-es es-host es-index-name input-file)
source

load-test-dataclj

(load-test-data env es-host index-confs)
source

prepare-indicesclj

(prepare-indices env es-host es-index-confs)
source

put-aliasclj

(put-alias es-host index-name alias)
source

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

× close