Guest User

Untitled

a guest
Sep 17th, 2014
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. {
  2. "size": 0,
  3. "aggregations": {
  4. "agg": {
  5. "global": {},
  6. "aggregations": {
  7. "dim-1": {
  8. "terms": {
  9. "field": "field-1"
  10. },
  11. "aggregations": {
  12. "dim-2": {
  13. "terms": {
  14. "field": "field-2"
  15. },
  16. "aggregations": {
  17. "myStats": {
  18. "stats": {
  19. "field": "statsField"
  20. }
  21. }
  22. }
  23. }
  24. }
  25. }
  26. }
  27. }
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment