MongoDB existe et non nul

db.collection1.find({ 'fieldname1' : { $exists: true, $ne: null } });
saggiyogesh