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 t)

Clear index type

Clear index type
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

day-formatclj

source

day-indexclj

(day-index k t day)

index for a specific day

index for a specific day
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 t)

index with key prefix and type postfix (since ES 6x onlys single type per index is supported)

index with key prefix and type postfix (since ES 6x onlys single type per index is supported)
sourceraw docstring

list-indicesclj

(list-indices)
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

with-dayclj

(with-day day idx)
source

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

× close