Skip to content

Instantly share code, notes, and snippets.

@alcabanillas-engh
Created November 2, 2008 17:51
Show Gist options
  • Save alcabanillas-engh/21723 to your computer and use it in GitHub Desktop.
Save alcabanillas-engh/21723 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