added word count views

This commit is contained in:
Chris Anderson 2008-06-02 09:36:48 -07:00
parent b36552e710
commit e4e533e533
16 changed files with 12 additions and 604 deletions

View file

@ -0,0 +1,2 @@
function(doc){doc.title&&doc.chunk&&emit([doc.title,doc.chunk],null);}