function(doc){if(doc.text && doc.text.match(/united/)) emit([doc.title, doc.chunk],null)}