I send the request:
GET http://localhost:9200/test1/group/_search?q=White House
And I get this responsse:
{
"_index": "test1",
"_type": "group",
"_id": "Bs3LqmIBHyTtDqASiuXU",
"_score": 4.5936766,
"_source": {
"group": "bank 3",
"type": "comment",
"data": "White House",
"author": "author 13"
}
},
{
"_index": "test1",
"_type": "group",
"_id": "Zs11r2IBHyTtDqAS8OXf",
"_score": 3.2117434,
"_source": {
"group": "bank 2",
"type": "task",
"data": "White",
"author": "author 1"
}
}
How to write a query that return only White House?