Skip to content

Instantly share code, notes, and snippets.

@diloabininyeri
Created January 8, 2019 10:13
Show Gist options
  • Save diloabininyeri/2141dc5dd076b34a1e5d3f96caeb1e90 to your computer and use it in GitHub Desktop.
Save diloabininyeri/2141dc5dd076b34a1e5d3f96caeb1e90 to your computer and use it in GitHub Desktop.
GET http://localhost:9200/deneme/insan/_search
Content-Type: application/json
{
"query": {
"dis_max": {
"queries": [
{
"term": {
"name": "sevda"
}
},
{
"term": {
"name": "ali"
}
}
]
}
}
}
###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment