On Wed, Feb 10, 2010 at 11:50 AM, Rodd Snook <[email protected]> wrote:
> I don't think that's going to do what the OP wants, which is picking a > particular field out of the document. It's also going to create a huge > view, because it contains the whole document. I think what he's > looking for is: > > emit(doc._id, doc.name) > > You are right. I did not understand his requirements properly! regds, mano
