Created
January 8, 2019 10:13
-
-
Save diloabininyeri/2141dc5dd076b34a1e5d3f96caeb1e90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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