Liking cljdoc? Tell your friends :D

re-share.es.common

Common ES functions

Common ES functions
raw docstring

allclj

(all index type)

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

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

clearclj

(clear index)

Creates systems index and type

Creates systems index and type
sourceraw docstring

createclj

(create index t m)

Persist instance m of type t and return generated id

Persist instance m of type t 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)
(delete index t id)
source

delete-allclj

(delete-all index t)
source

delete-byclj

(delete-by index type 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

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