You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
Match All Filteredit
A filter that matches on all documents:
{ "constant_score" : { "filter" : { "match_all" : { } } } }
A filter that matches on all documents:
{ "constant_score" : { "filter" : { "match_all" : { } } } }