Liking cljdoc? Tell your friends :D

clojurewerkz.elastisch.query

Convenience functions that build various query types.

All functions return maps and are completely optional (but recommended).

Convenience functions that build various query types.

All functions return maps and are completely optional (but recommended).
raw docstring

boolclj

(bool opts)
Boolean Query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-bool-query.html
sourceraw docstring

boostingclj

(boosting opts)
Boosting Query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-boosting-query.html
sourceraw docstring

constant-scoreclj

(constant-score opts)
Constant Score Query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-constant-score-query.html
sourceraw docstring

custom-filters-scoreclj

(custom-filters-score opts)
Custom Filters Score query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-custom-filters-score-query.html
sourceraw docstring

dis-maxclj

(dis-max opts)
Dis Max Query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-dis-max-query.html
sourceraw docstring

filteredclj

(filtered opts)
Filtered query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-filtered-query.html
sourceraw docstring

fuzzyclj

(fuzzy opts)

Fuzzy or Levenshtein (edit distance) query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-fuzzy-query.html

Fuzzy or Levenshtein (edit distance) query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-fuzzy-query.html
sourceraw docstring

has-childclj

(has-child opts)
Has Child query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-has-child-query.html
sourceraw docstring

idsclj

(ids type ids)
IDs Query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-ids-query.html
sourceraw docstring

indicesclj

(indices opts)
Indices query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-indices-query.html
sourceraw docstring

matchclj

(match field query)
(match field query opts)

Match Query, before 0.19.9 known as Text Query.

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-match-query.html

Match Query, before 0.19.9 known as Text Query.

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-match-query.html
sourceraw docstring

match-allclj

(match-all)
(match-all opts)
Match All query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-match-all-query.html
sourceraw docstring

mltclj

source

more-like-thisclj

(more-like-this opts)

MLT (More Like This) query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-mlt-query.html

MLT (More Like This) query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-mlt-query.html
sourceraw docstring

nestedclj

(nested opts)
Nested document query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-nested-query.html
sourceraw docstring

prefixclj

(prefix opts)
Prefix query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-prefix-query.html
sourceraw docstring

query-stringclj

(query-string opts)
Query String query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html
sourceraw docstring

rangeclj

(range key opts)
Range Query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-range-query.html
sourceraw docstring

sortclj

(sort attribute {:keys [ignore-unmapped order] :as v})

Sort query results.

Sort query results.
sourceraw docstring

span-firstclj

(span-first opts)
Span First query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-span-first-query.html
sourceraw docstring

span-nearclj

(span-near opts)
Span Near query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-span-near-query.html
sourceraw docstring

span-notclj

(span-not opts)
Span Not query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-span-not-query.html
sourceraw docstring

span-orclj

(span-or opts)
Span Or query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-span-or-query.html
sourceraw docstring

span-termclj

(span-term opts)
Span Term query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-span-term-query.html
sourceraw docstring

termclj

(term key values)
(term key values opts)
Term Query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-term-query.html
sourceraw docstring

termsclj

(terms key values)
(terms key values opts)
Terms Query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-terms-query.html
sourceraw docstring

top-childrenclj

(top-children opts)
Top children query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-top-children-query.html
sourceraw docstring

typeclj

(type type)
Type Query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-type-query.html
sourceraw docstring

wildcardclj

(wildcard opts)
Wildcard query

For more information, please refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-wildcard-query.html
sourceraw docstring

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

× close