Liking cljdoc? Tell your friends :D

clibana.query


with-andclj/s

(with-and query1 query2 & queries)

Constructs queries of the form q1 AND q2 ...

Constructs queries of the form q1 AND q2 ...
sourceraw docstring

with-date-rangeclj/s

(with-date-range field from-kw from to-kw to)

Warning! This function might be unrelizable, mainly in ClojureScript version. On inputs to this function, make yourself very sure, that string dates passed in are nice dates in 'RFC3339' format (2012-12-12T12:12:12+00:00)

Warning! This function might be unrelizable, mainly in ClojureScript version.
 On inputs to this function, make yourself very sure, that string dates passed in
are nice dates in 'RFC3339' format (2012-12-12T12:12:12+00:00)
sourceraw docstring

with-existingclj/s

(with-existing field)
(with-existing field & fields)
Create query that checks whether field is present in the document.
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#_field_names
sourceraw docstring

with-missingclj/s

(with-missing field)
(with-missing field & fields)
Create query that checks whether field is missing in the document.
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#_field_names
sourceraw docstring

with-number-rangeclj/s

(with-number-range field from-kw from to-kw to)
source

with-orclj/s

(with-or query1 query2 & queries)

Constructs queries of the form q1 OR q2 ...

Constructs queries of the form q1 OR q2 ...
sourceraw docstring

with-queryclj/s

(with-query query-string)
source

with-regexpclj/s

(with-regexp field regexp)
Create query with regular expression on given field.
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#_regular_expressions
sourceraw docstring

with-stringsclj/s

(with-strings field string)
(with-strings field string & strings)
source

with-termsclj/s

(with-terms field term)
(with-terms field term & terms)
source

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

× close