Skip to content

Instantly share code, notes, and snippets.

"hits": [
{
"_shard": "[demotest][1]",
"_node": "-5zJ6l7xTvuNy5qTO-8UNA",
"_index": "demotest",
"_type": "demotest",
"_id": "10",
"_score": 0.8630463,
"_source": {
"name": "Dulugunti Ram Gopal Reddy "
@shashankgutha
shashankgutha / exactmatch.txt
Created May 29, 2017 07:20
Exact matches with match query on analyzed field not showing on top
DELETE demotest
POST /demotest/demotest/2
{
"name": "Duvvuri ram gopal reddy"
}
POST /demotest/demotest/1
{
"name": "ram gopal reddy"
}
POST /demotest/demotest/3