Skip to content

Instantly share code, notes, and snippets.

@royib
Last active October 28, 2019 16:34
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/6effcbc9d31a79630106e60f38fee782 to your computer and use it in GitHub Desktop.
Save royib/6effcbc9d31a79630106e60f38fee782 to your computer and use it in GitHub Desktop.
Querying Elasticsearch- Full-text query
{
"query": {
"match": {
"mail_body": "Jeff BRidges"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment