well, according to your document structure not doc.Standard but
doc.Standard.Standard:

map:function(doc) {
  if(doc.Standard)
    emit(doc.Standard.Standard,null);
},
reduce:function(kk,vv,rf){
  return null;
}

Hope that helps.

Reply via email to