Elasticsearch - Basic Search Queries
What will be the effect of this bool query?
{"bool": {"filter": [{"term": {"brand": "nike"}}], "should": [{"term": {"color": "red"}}, {"term": {"color": "blue"}}], "minimum_should_match": 1}}