Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@royib
Created October 28, 2019 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save royib/b2f0465fde50ac49d61cde21281b0aea to your computer and use it in GitHub Desktop.
Save royib/b2f0465fde50ac49d61cde21281b0aea to your computer and use it in GitHub Desktop.
Querying Elasticsearch- Term-text query
{
"query": {
"term": {
"mail_from": "emma@somemail.com"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment