function (doc) { var partition = doc._id.slice(0, doc._id.indexOf(':')) emit(partition, 1); }