Liking cljdoc? Tell your friends :D

clojurewerkz.elastisch.rest


*endpoint*clj

source

analyze-urlclj

(analyze-url conn)
(analyze-url conn index-name)
source

bulk-urlclj

(bulk-url conn)
(bulk-url conn index-name)
(bulk-url conn index-name mapping-type)
source

cluster-health-urlclj

(cluster-health-url conn index-name)
source

cluster-nodes-info-urlclj

(cluster-nodes-info-url conn nodes attrs)
source

cluster-nodes-stats-urlclj

(cluster-nodes-stats-url conn nodes attrs)
source

cluster-state-urlclj

(cluster-state-url conn)
source

connectclj

(connect)
(connect uri)
(connect uri opts)

Connects to the given Elasticsearch endpoint and returns it

Connects to the given Elasticsearch endpoint and returns it
sourceraw docstring

count-urlclj

(count-url conn)
(count-url conn index-name mapping-type)
source

deleteclj

(delete conn uri)
(delete conn uri {:keys [body] :as options})
source

delete-by-query-urlclj

(delete-by-query-url conn)
(delete-by-query-url conn index-name)
(delete-by-query-url conn index-name mapping-type)
source

encodingclj

source

existing-doc-index-percolation-urlclj

(existing-doc-index-percolation-url conn index-name percolator document-id)
source

getclj

(get conn uri)
(get conn uri options)
source

(head conn uri)
source

index-aliases-batch-urlclj

(index-aliases-batch-url conn)
source

index-aliases-urlclj

(index-aliases-url conn index-name)
source

index-clear-cache-urlclj

(index-clear-cache-url conn)
(index-clear-cache-url conn index-name)
source

index-close-urlclj

(index-close-url conn index-name)
source

index-flush-urlclj

(index-flush-url conn)
(index-flush-url conn index-name)
source

index-mapping-urlclj

(index-mapping-url conn index-name)
(index-mapping-url conn index-name mapping-type)
source

index-mget-urlclj

(index-mget-url conn)
(index-mget-url conn index-name)
(index-mget-url conn index-name mapping-type)
source

index-open-urlclj

(index-open-url conn index-name)
source

index-optimize-urlclj

(index-optimize-url conn)
(index-optimize-url conn index-name)
source

index-percolation-urlclj

(index-percolation-url conn index-name percolator)
source

index-recovery-urlclj

(index-recovery-url conn)
(index-recovery-url conn index-name)
source

index-refresh-urlclj

(index-refresh-url conn)
(index-refresh-url conn index-name)
(index-refresh-url conn index-name mapping-type)
source

index-segments-urlclj

(index-segments-url conn)
(index-segments-url conn index-name)
source

index-settings-urlclj

(index-settings-url conn)
(index-settings-url conn index-name)
source

index-snapshot-urlclj

(index-snapshot-url conn index-name)
source

index-stats-urlclj

(index-stats-url conn index-name)
(index-stats-url conn index-name stat-name)
source

index-template-urlclj

(index-template-url conn template-name)
source

index-urlclj

(index-url conn index-name)
source

mapping-type-urlclj

(mapping-type-url conn index-name mapping-type)
source

more-like-this-urlclj

(more-like-this-url conn index-name mapping-type)
source

multi-search-urlclj

(multi-search-url conn)
(multi-search-url conn index-name)
(multi-search-url conn index-name mapping-type)
source

parse-safelyclj

(parse-safely json-str)
source

percolator-urlclj

(percolator-url conn index-name percolator)
source

postclj

(post conn uri)
(post conn uri {:keys [body] :as options})
source

post-stringclj

(post-string conn uri {:keys [body] :as options})
source

putclj

(put conn uri {:keys [body] :as options})
source

query-validation-urlclj

(query-validation-url conn index-name)
source

record-update-urlclj

(record-update-url conn index-name type id)
source

record-urlclj

(record-url conn index-name type id)
source

restore-snapshot-urlclj

(restore-snapshot-url conn repo name)
source

scroll-urlclj

(scroll-url conn)
source

search-urlclj

(search-url conn)
(search-url conn index-name)
(search-url conn index-name mapping-type)

Constructs search query URI for the given index (or multiple indexes) and mapping types.

  • 0-arity form constructs a URI that searches across all indexes and all mappings
  • 1-arity form constructs a URI for one or more indexes and all mappings in them.
  • 2-arity form constructs a URI for one or more indexes and given mappings in them.

Passing index name as "_all" means searching across all indexes.

To specify multiple indexes or mapping types, pass them as collections

Constructs search query URI for the given index (or multiple indexes) and mapping types.

* 0-arity form constructs a URI that searches across all indexes and all mappings
* 1-arity form constructs a URI for one or more indexes and all mappings in them.
* 2-arity form constructs a URI for one or more indexes and given mappings in them.

Passing index name as `"_all"` means searching across all indexes.

To specify multiple indexes or mapping types, pass them as collections
sourceraw docstring

slashclj

source

snapshot-repository-registration-urlclj

(snapshot-repository-registration-url conn name)
source

snapshot-urlclj

(snapshot-url conn repo name)
source

throw-exceptionsclj

source

url-with-pathclj

(url-with-path conn & segments)
source

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

× close