Advertisement
Guest User

Untitled

a guest
Sep 7th, 2021
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.51 KB | None | 0 0
  1. {
  2. "took": 387,
  3. "timed_out": false,
  4. "_shards": {
  5.     "total": 1,
  6.     "successful": 1,
  7.     "skipped": 0,
  8.     "failed": 0
  9. },
  10. "hits": {
  11.     "total": {
  12.         "value": 2,
  13.         "relation": "eq"
  14.     },
  15.     "max_score": 1,
  16.     "hits": [
  17.     {
  18.         "_index": "test_index",
  19.         "_type": "_doc",
  20.         "_id": "vCgawHsBV0hK9nudsaMO",
  21.         "_score": 1,
  22.         "_source": {
  23.             "testt": "Leon"
  24.         }
  25.     },
  26.     {
  27.         "_index": "test_index",
  28.         "_type": "_doc",
  29.         "_id": "vigawHsBV0hK9nudzqOK",
  30.         "_score": 1,
  31.         "_source": {
  32.             "testt": "Moscow"
  33.         }
  34.     }
  35.     ],
  36.     }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement