New

The executive guide to generative AI

Read more
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Match All Filter

edit

A filter that matches on all documents:

{
    "constant_score" : {
        "filter" : {
            "match_all" : { }
        }
    }
}
Was this helpful?
Feedback