Filters documents where a specific field has no value in them.
{ "constant_score" : { "filter" : { "missing" : { "field" : "user" } } } }
The result of the filter is always cached.
Match All Filter
Not Filter
Enter search terms or a module, class or function name.