Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは私のテーブルの構造です
[ "_id" : "rating" : , "user_id" : "review_id" : "user_url" : "content" : , "review_date" : "bus_url" : "type" : , "categories" : [ ]
複数回発生する user_id の数をどのように数えますか。どうすればいいですか?
$group演算子を使用する必要があります。詳細は次のとおりです。
$group
http://docs.mongodb.org/manual/reference/aggregation/group/