Created
December 10, 2019 09:35
-
-
Save eriky/30568f73f416d4d40ce55bf737f0fad8 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"took" : 0, | |
"timed_out" : false, | |
"_shards" : { | |
"total" : 1, | |
"successful" : 1, | |
"skipped" : 0, | |
"failed" : 0 | |
}, | |
"hits" : { | |
"total" : { | |
"value" : 2, | |
"relation" : "eq" | |
}, | |
"max_score" : 0.6931472, | |
"hits" : [ | |
{ | |
"_index" : "twitter", | |
"_type" : "_doc", | |
"_id" : "3Vko724Bb6gkOIFPeQcs", | |
"_score" : 0.6931472, | |
"_source" : { | |
"username" : "eriky", | |
"post_date" : "2019-12-08T14:10:12", | |
"message" : "I wrote an article on Elasticsearch" | |
} | |
}, | |
{ | |
"_index" : "twitter", | |
"_type" : "_doc", | |
"_id" : "31ko724Bb6gkOIFPeQeL", | |
"_score" : 0.6931472, | |
"_source" : { | |
"username" : "eriky", | |
"post_date" : "2019-12-08T15:10:12", | |
"message" : "@elon Count me in! I love Mars (and Elasticsearch)" | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment