dropped old boring view files
This commit is contained in:
parent
efee2c1135
commit
6f557a3c13
|
@ -1,2 +0,0 @@
|
|||
|
||||
function(doc){doc.title&&doc.chunk&&emit([doc.title,doc.chunk],null);}
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
function(doc){if(doc.text&&doc.text.match(/united/))emit([doc.title,doc.chunk],null)}
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
function(doc){var words=doc.text.split(/\W/).filter(function(w){return w.length>0}).map(function(w){return w.toLowerCase()});for(var i=0,l=words.length;i<l;i++){emit(words.slice(i,4),doc.title);}}
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
function(key,vs,c){if(c){return sum(vs);}else{return vs.length;}}
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
function(doc){var words=doc.text.split(/\W/).map(function(w){return w.toLowerCase()});words.forEach(function(word){if(word.length>0)emit([word,doc.title],1);});}
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
function(key,combine){return sum(combine);}
|
Loading…
Reference in a new issue