Liking cljdoc? Tell your friends :D

clojurewerkz.elastisch.rest.response


accepted?clj

(accepted? m)
source

acknowledged?clj

(acknowledged? m)
source

aggregation-fromclj

(aggregation-from m name)

Return a single aggregation from a search response

Return a single aggregation from a search response
sourceraw docstring

aggregations-fromclj

(aggregations-from m)

Returns aggregations from a search response

Returns aggregations from a search response
sourceraw docstring

all-shards-report-success?clj

(all-shards-report-success? m)
source

any-hits?clj

(any-hits? m)

Returns true if a response has any search hits, false otherwise

Returns `true` if a response has any search hits, `false` otherwise
sourceraw docstring

conflict?clj

(conflict? m)
source

count-fromclj

(count-from m)

Returns total number of search hits from a response

Returns total number of search hits from a response
sourceraw docstring

created-or-acknowledged?clj

(created-or-acknowledged? m)
source

created?clj

(created? m)
source

found?clj

(found? m)
source

hits-fromclj

(hits-from m)

Returns search hits from a response as a collection. To retrieve hits overview, get the :hits key from the response

Returns search hits from a response as a collection. To retrieve hits overview, get the `:hits`
key from the response
sourceraw docstring

ids-fromclj

(ids-from m)

Returns search hit ids from a response

Returns search hit ids from a response
sourceraw docstring

matches-fromclj

(matches-from m)

Returns matches from a percolation response as a collection.

Returns matches from a percolation response as a collection.
sourceraw docstring

no-hits?clj

source

not-found?clj

(not-found? m)
source

ok?clj

(ok? m)
source

source-fromclj

(source-from m)

Returns document source from a get response

Returns document source from a get response
sourceraw docstring

sources-fromclj

(sources-from m)

Returns search hit sources from a response as a collection

Returns search hit sources from a response as a collection
sourceraw docstring

timed-out?clj

(timed-out? m)
source

total-hitsclj

(total-hits m)

Returns number of search hits from a response

Returns number of search hits from a response
sourceraw docstring

valid?clj

(valid? m)

Returns true if a validation query response indicates valid query, false otherwise

Returns `true` if a validation query response indicates valid query, `false` otherwise
sourceraw docstring

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

× close