'should' Clause
'should' Clause Score
{
"query": {
"bool": {
"must": { "Bird": "Asian Koel" }
"should": [
{ "term": { "Country": "India" } },
{ "term": { "Color": "Black" } }
]
}
}
}Last updated