Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. {
  2. "_index": "kpi",
  3. "_type": "mroutes_by_lane",
  4. "_id": "TUeWFEhnS9q1Ukb2QdZABg",
  5. "_score": 1.0,
  6. "_source": {
  7. "warehouse_id": 107,
  8. "date": "2013-04-08",
  9. "lane": "M05",
  10. "routes": 4047
  11. }
  12. },
  13. {
  14. "_index": "kpi",
  15. "_type": "mroutes_by_lane",
  16. "_id": "owVmGW9GT562_2Alfru2DA",
  17. "_score": 1.0,
  18. "_source": {
  19. "warehouse_id": 107,
  20. "date": "2013-04-08",
  21. "lane": "M03",
  22. "routes": 4065
  23. }
  24. },
  25. {
  26. "_index": "kpi",
  27. "_type": "mroutes_by_lane",
  28. "_id": "JY9xNDxqSsajw76oMC2gxA",
  29. "_score": 1.0,
  30. "_source": {
  31. "warehouse_id": 107,
  32. "date": "2013-04-08",
  33. "lane": "M05",
  34. "routes": 3056
  35. }
  36. },
  37. {
  38. "_index": "kpi",
  39. "_type": "mroutes_by_lane",
  40. "_id": "owVmGW9GT345_2Alfru2DB",
  41. "_score": 1.0,
  42. "_source": {
  43. "warehouse_id": 107,
  44. "date": "2013-04-08",
  45. "lane": "M03",
  46. "routes": 5675
  47. }
  48. },
  49. ...
  50.  
  51. {
  52. "query" : {
  53. "match_all" : { }
  54. },
  55. "facets" : {
  56. "lane_routes_stats" : {
  57. "terms_stats" : {
  58. "key_field" : "lane",
  59. "value_field" : "routes",
  60. "order": "term"
  61. }
  62. }
  63. }
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement