byTwitterId: {
        map: function (doc) {
          if (doc.isUser && doc.twitterId) {
            emit(doc.twitterId, doc);
          }