Created
January 6, 2021 06:28
-
-
Save xeraa/375b73dbf5812ce66c49dad3f1f50f45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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