Liking cljdoc? Tell your friends :D

re-share.es.common

Common ES functions

Common ES functions
raw docstring

allclj

(all index)

An all query using match all on provided index this should use scrolling for 10K systems

An all query using match all on provided index this should use scrolling for 10K systems
sourceraw docstring

clearclj

(clear index)

Clear index

Clear index
sourceraw docstring

conn-prefixclj

source

createclj

(create index t m)

Persist instance m of and return generated id

Persist instance m of and return generated id
sourceraw docstring

create-indexclj

(create-index index mappings)

Create an index with provided mappings

Create an index with provided mappings
sourceraw docstring

deleteclj

(delete index t)
(delete index t id)

Delete all under index or a single id

Delete all under index or a single id
sourceraw docstring

delete-allclj

(delete-all index)
source

delete-byclj

(delete-by index t query)

Delete by query like {:match {:type "nmap scan"}}

Delete by query like {:match {:type "nmap scan"}}
sourceraw docstring

delete-callclj

(delete-call target)
source

exists-callclj

(exists-call target)
source

exists?clj

(exists? index)
(exists? index t id)

Check if index exists or instance with id existing within an index

Check if index exists or instance with id existing within an index
sourceraw docstring

getclj

(get index t id)
source

get-es!clj

(get-es!)
source

indexclj

(index k)
(index k t)
source

prefix-switchclj

(prefix-switch k)

Change es prefix

Change es prefix
sourceraw docstring

putclj

(put index t id m)
source

put-callclj

(put-call target m)
source

settingsclj

source

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

× close