Boolean Field Query
A boolean field query searches fields that contain boolean true or false values. A boolean field query searches the actual content of the field, and should not be confused with the boolean query.
{
"field": "active",
"bool": true
}