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
raw docstring

clearclj

(clear index t)

Clear index type

Clear index type
raw docstring

conn-prefixclj


createclj

(create index t m)

Persist instance m of and return generated id

Persist instance m of and return generated id
raw docstring

create-indexclj

(create-index index {:keys [mappings] :as spec})

Create an index with provided mappings

Create an index with provided mappings
raw docstring

day-formatclj


day-indexclj

(day-index k t day)

index for a specific day

index for a specific day
raw docstring

default-settingsclj


deleteclj

(delete index t)
(delete index t id)

Delete all under index or a single id

Delete all under index or a single id
raw docstring

delete-allclj

(delete-all index)

delete-byclj

(delete-by index t query)

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

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

delete-callclj

(delete-call target)

exists-callclj

(exists-call target)

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
raw docstring

getclj

(get index t id)

get-es!clj

(get-es!)

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)
raw docstring

list-indicesclj

(list-indices)

prefix-switchclj

(prefix-switch k)

Change es prefix

Change es prefix
raw docstring

putclj

(put index t id m)

put-callclj

(put-call target m)

with-dayclj

(with-day day idx)

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

× close