Guest User

Untitled

a guest
Jan 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ## document sample
  2. {
  3. "_id": "4e5ce8d5ed309a8ffaf40ad4a203c480",
  4. "_rev": "1-f12acc136489569c916314432b960ab6",
  5. "user_id": 8852232661,
  6. "text": "abc",
  7. "tags": {
  8. "abc": 1,
  9. "def": 0,
  10. "ghi": 0
  11. },
  12. "created_at": "Sat Apr 02 08:36:49 +0000 2011"
  13. },
  14. {
  15. "_id": "4e5ce8d5ed309a8ffaf40ad4a203c480",
  16. "_rev": "1-f12acc136489569c916314432b960ab6",
  17. "user_id": 8852232661,
  18. "text": "abc",
  19. "tags": {
  20. "abc": 1,
  21. "def": 1,
  22. "ghi": 0
  23. },
  24. "created_at": "Sat Apr 02 08:36:49 +0000 2011"
  25. }
  26.  
  27. ## view output
  28.  
  29. tags: {
  30. "abc" : 2
  31. "def" : 1
  32. "ghi" : 0
  33. }
Add Comment
Please, Sign In to add comment