Database
[{"collection":"collection","count":10,"content":{"myField":{"type":"int","min":0,"max":10}},"indexes":[{"name":"ix","key":{"myField":1}}]}]
Query
db.collection.aggregate([{$match:{myField:{$exists:false}}}]).explain()