New

The executive guide to generative AI

Read more

Match All Filter

edit

A filter that matches on all documents:

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