Skip to content

Instantly share code, notes, and snippets.

@xeraa
Created January 6, 2021 06:28
Show Gist options
  • Save xeraa/375b73dbf5812ce66c49dad3f1f50f45 to your computer and use it in GitHub Desktop.
Save xeraa/375b73dbf5812ce66c49dad3f1f50f45 to your computer and use it in GitHub Desktop.
PUT test/_doc/1
{
"test A": "a",
"test B": "b"
}
GET test/_search
{
"query": {
"match": {
"test A": "a"
}
}
, "_source": ["test B"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment