我打电话在我的代码为MongoDB的聚合函数:
AggregationOutput output = collection.aggregate( matchUserID, unwindF, matchFUsers,projection);
我已经测试我的代码在我的本地主机,和它的作品完美。 当我在另一个DB(2.2.1版本)使用相同的,它给出了这样的错误:
com.mongodb.CommandResult$CommandFailure: command failed [aggregate]: { "serverUsed" : "<server address>" , "errmsg" : "no such cmd: aggregate" , "bad cmd" : { "aggregate" : .... }
任何线索,为什么?