Skip to content

Instantly share code, notes, and snippets.

@rbpasker
Created February 13, 2013 18:34
Show Gist options
  • Save rbpasker/4946938 to your computer and use it in GitHub Desktop.
Save rbpasker/4946938 to your computer and use it in GitHub Desktop.
function(doc){
if (doc.summary)
index("subject", doc.summary, {"store" : "yes"});
if (doc.description)
index("subject", doc.description, {"store" : "yes"});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment