Guide
Query DSL
Queries
- text
- bool
- boosting
- ids
- custom_score
- custom_boost_factor
- constant_score
- dis_max
- field
- filtered
- flt
- flt_field
- fuzzy
- has_child
- match_all
- mlt
- mlt_field
- prefix
- query_string
- range
- span_first
- span_near
- span_not
- span_or
- span_term
- term
- terms
- top_children
- wildcard
- nested
- custom_filters_score
- indices
Filters
A filter that matches on all documents:
{
"constant_score" : {
"filter" : {
"match_all" : { }
}
}
}