Liking cljdoc? Tell your friends :D

elasticsearch.indices


analyzecljmultimethod


clear-cachecljmultimethod


closeclj

(close conn index)
(close conn index req)

countclj

(count conn index)
(count conn index type)
(count conn index type req)

createclj

(create conn index)
(create conn index req)

deleteclj

(delete conn index)
(delete conn index req)

delete-aliasclj

(delete-alias conn index name)
(delete-alias conn index name req)

delete-templateclj

(delete-template conn name)
(delete-template conn name req)

ensureclj

(ensure & args)

existsclj

(exists conn idx)
(exists conn idx req)

exists-aliasclj

(exists-alias conn)
(exists-alias conn idx)
(exists-alias conn idx name)
(exists-alias conn idx name req)

exists-templateclj

(exists-template conn name)
(exists-template conn name req)

exists-typeclj

(exists-type conn idx type)
(exists-type conn idx type req)

flushcljmultimethod


flush-syncedcljmultimethod


forcemergecljmultimethod


getcljmultimethod


get-aliascljmultimethod


get-field-mappingcljmultimethod


get-mappingcljmultimethod


get-settingscljmultimethod


get-templatecljmultimethod


get-upgradecljmultimethod


healthclj

(health conn index)
(health conn index req)

index-patternclj


openclj

(open conn index)
(open conn index req)

put-aliasclj

(put-alias conn index name)
(put-alias conn index name req)

put-mappingclj

(put-mapping conn type req)
(put-mapping conn index type req)

put-settingsclj

(put-settings conn req)
(put-settings conn index req)

put-templateclj

(put-template conn name req)

recoverycljmultimethod


refreshcljmultimethod


rollovercljmultimethod


segmentscljmultimethod


shard-storescljmultimethod


shrinkclj

(shrink conn index target)
(shrink conn index target req)

statscljmultimethod


update-aliasesclj

(update-aliases conn req)

upgradecljmultimethod


validate-querycljmultimethod


wait-for-healthclj

(wait-for-health conn status index)
(wait-for-health conn status index req)

with-tmp-indexcljmacro

(with-tmp-index conn sym settings & body)

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

× close