elasticsearch.
guide
home
download
guide
blog
community
tutorials
videos
Match All Filter
Guide
Query DSL
Queries
text
bool
boosting
ids
custom_score
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
Filters
and
bool
exists
ids
limit
type
geo_bbox
geo_distance
geo_distance_range
geo_polygon
has_child
match_all
missing
not
numeric_range
or
prefix
query
range
script
term
terms
nested
A filter that matches on all documents:
{ "constant_score" : { "filter" : { "match_all" : { } } } }