Skip to content

Instantly share code, notes, and snippets.

@saulius
Forked from alcabanillas-engh/gist:21723
Created November 2, 2008 19:30
Show Gist options
  • Save saulius/21734 to your computer and use it in GitHub Desktop.
Save saulius/21734 to your computer and use it in GitHub Desktop.
{
"npanxx": {
"map": "function(doc) { emit(doc.npanxx, doc) }"
},
"all": {
"map": "function(doc) { emit(null, doc) }"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment