Guest User

Untitled

a guest
Mar 25th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.98 KB | None | 0 0
  1. {
  2.         "took": 6,
  3.         "timed_out": false,
  4.         "_shards": {
  5.             "total": 5,
  6.             "successful": 5,
  7.             "skipped": 0,
  8.             "failed": 0
  9.         },
  10.         "hits": {
  11.             "total": 288,
  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": 1,
  27.                                 "hits": [
  28.                                     {
  29.                                         "_index": "oereporting",
  30.                                         "_type": "doc",
  31.                                         "_id": "a27dce83-9141-4fac-8a59-787e6ee9aaa5",
  32.                                         "_score": 1,
  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.                         "key": "1107221321",
  48.                         "doc_count": 16,
  49.                         "data_fields": {
  50.                             "hits": {
  51.                                 "total": 16,
  52.                                 "max_score": 1,
  53.                                 "hits": [
  54.                                     {
  55.                                         "_index": "oereporting",
  56.                                         "_type": "doc",
  57.                                         "_id": "3b5e21e8-7283-49a4-a4d9-88105ce2b03f",
  58.                                         "_score": 1,
  59.                                         "_source": {
  60.                                             "creator": [
  61.                                                 {
  62.                                                     "agent_team": "KAM",
  63.                                                     "agent_name": "MAYANK KUMAR"
  64.                                                 }
  65.                                             ]
  66.                                         }
  67.                                     }
  68.                                 ]
  69.                             }
  70.                         }
  71.                     }
  72.                 ]
  73.             }
  74.         }
  75.     }
Add Comment
Please, Sign In to add comment