Advertisement
Guest User

Map function

a guest
Feb 24th, 2015
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. function(doc){
  2. if(doc.d.timestamp){
  3. emit(doc.d.timestamp, null);
  4. }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement