Skip to content

Instantly share code, notes, and snippets.

@sajidzaman
Created August 16, 2017 12:43
Show Gist options
  • Save sajidzaman/66ca0cf1c62a5c1a81634cf862699c3a to your computer and use it in GitHub Desktop.
Save sajidzaman/66ca0cf1c62a5c1a81634cf862699c3a to your computer and use it in GitHub Desktop.
Multi match elastic search query
GET courses/_search
{
"query" :{
"multi_match": {
"query": "accounting",
"fields": ["name","professor.department"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment