Match All Filter - gnuhub/elasticsearch GitHub Wiki
A filter that matches on all documents:
{
"constant_score" : {
"filter" : {
"match_all" : { }
}
}
}A filter that matches on all documents:
{
"constant_score" : {
"filter" : {
"match_all" : { }
}
}
}