ElasticSearch Query DSL

From PaskvilWiki
Revision as of 11:59, 23 January 2013 by Admin (Talk | contribs)

Jump to: navigation, search

ES's Query DSL is a language for specifying queries in JSON.

This is by far not an exhaustive documentation, it's just stuff I use the most; see official documentation for more. Especially the boosting and scoring functionality is not documented here to proper extent.

Queries

match

multi_match

bool

boosting

ids

field

filtered

query_string

range

Filters

and, or, not

bool

exists, missing

ids

limit