(aggregation-from m name)Return a single aggregation from a search response
Return a single aggregation from a search response
(aggregations-from m)Returns aggregations from a search response
Returns aggregations from a search response
(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
(count-from m)Returns total number of search hits from a response
Returns total number of search hits from a response
(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
(ids-from m)Returns search hit ids from a response
Returns search hit ids from a response
(matches-from m)Returns matches from a percolation response as a collection.
Returns matches from a percolation response as a collection.
(source-from m)Returns document source from a get response
Returns document source from a get response
(sources-from m)Returns search hit sources from a response as a collection
Returns search hit sources from a response as a collection
(total-hits m)Returns number of search hits from a response
Returns number of search hits from a response
(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
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |