Skip to content

Instantly share code, notes, and snippets.

@rcdexta
Last active September 14, 2018 23:08
Show Gist options
  • Save rcdexta/7acb4c7eeae4ce17c395cecd27cb5e68 to your computer and use it in GitHub Desktop.
Save rcdexta/7acb4c7eeae4ce17c395cecd27cb5e68 to your computer and use it in GitHub Desktop.
POST http://localhost:9200/crm_app/customers/_search
{
"query": {
"match": {
"fullName": "geller"
}
},
"sort": ["_score", {"createdDate": "desc"}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment