function(doc) { if(doc.type && doc.type == '<%= model_name %>') { emit(doc._id, <%= mydoc %>); } }