Guest User

Untitled

a guest
Mar 25th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.77 KB | None | 0 0
  1. {
  2.         "took": 2,
  3.         "timed_out": false,
  4.         "_shards": {
  5.             "total": 5,
  6.             "successful": 5,
  7.             "skipped": 0,
  8.             "failed": 0
  9.         },
  10.         "hits": {
  11.             "total": 38,
  12.             "max_score": 0,
  13.             "hits": []
  14.         },
  15.         "aggregations": {
  16.             "creator_cust_id": {
  17.                 "doc_count_error_upper_bound": 0,
  18.                 "sum_other_doc_count": 0,
  19.                 "buckets": [
  20.                     {
  21.                         "key": "1000013335",
  22.                         "doc_count": 38,
  23.                         "data_fields": {
  24.                             "hits": {
  25.                                 "total": 38,
  26.                                 "max_score": 4.0910425,
  27.                                 "hits": [
  28.                                     {
  29.                                         "_index": "oereporting",
  30.                                         "_type": "doc",
  31.                                         "_id": "a27dce83-9141-4fac-8a59-787e6ee9aaa5",
  32.                                         "_score": 4.0910425,
  33.                                         "_source": {
  34.                                             "creator": [
  35.                                                 {
  36.                                                     "agent_team": "Self Signup",
  37.                                                     "agent_name": "Aashit Sharma"
  38.                                                 }
  39.                                             ]
  40.                                         }
  41.                                     }
  42.                                 ]
  43.                             }
  44.                         }
  45.                     }
  46.                 ]
  47.             }
  48.         }
  49.     }
Add Comment
Please, Sign In to add comment