0
我對輸出類型一無所知。我試圖這樣:Mongodb Java MapReduce getOutputCollection
output=collection.mapReduce(map,reduce,null,
MapReduceCommand.OutputType.INLINE,null);
collection=output.getOutputCollection();
但由於INLINE輸出類型,集合爲空。我需要減少收集,因爲我需要進一步減少它。我怎麼能這樣做?