昨夜、同じ問題を次のように解決しました:
> db.test.aggregate({$group:{_id:{$gt:["$field", null]}, count:{$sum:1}}})
{ "_id" : true, "count" : 2 }
{ "_id" : false, "count" : 2 }
http://docs.mongodb.orgを参照してください/ manual / reference / bson-types /#bson-types-comparison-order これがどのように機能するかの完全な説明については。