BoolQuery

BoolQuery
BoolQuery
JSON Example
{
    "filter": [
        "Query Object"
    ],
    "must": [
        "Query Object"
    ],
    "must_not": [
        "Query Object"
    ],
    "should": [
        "Query Object"
    ]
}
array of Query
filter
Optional

filter

array of Query
must
Optional

must

array of Query
must_not
Optional

must_not

array of Query
should
Optional

should

Property Of