Liking cljdoc? Tell your friends :D

zentai.core

Commonly used comfort functions

Commonly used comfort 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 {:keys [mappings] :as spec})

Create an index with provided mappings

Create an index with provided mappings
sourceraw docstring

default-settingsclj

source

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-indexclj

(delete-index idx)

Delete an index

Delete an index
sourceraw docstring

error-mclj

(error-m e)
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

list-indicesclj

(list-indices)
source

mappingsclj

(mappings idx t)

get index mappings

get index mappings
sourceraw docstring

prefix-switchclj

(prefix-switch k)

Change es prefix

Change es prefix
sourceraw docstring

putclj

(put index t id m)
source

(search index q limit)

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

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

× close