Skip to content

Instantly share code, notes, and snippets.

@chef
Created March 10, 2009 07:00
Show Gist options
  • Save chef/76793 to your computer and use it in GitHub Desktop.
Save chef/76793 to your computer and use it in GitHub Desktop.
{
{
"username": "bobo",
"emails": [ "foo@bar.com", "foo@baz.com" ]
}
{
"username": "theclown",
"emails": [ "baa@bar.com", "fooor@baz.com" ]
}
}
"email_appears": {
"map": "function(doc) {
for (x in doc.emails) {
emit(x, doc.username);
}
}",
"reduce": "function(keys, values) {
return values.count;
}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment