0
我運行在JavaMapReduce的結果集跳過並限制
MapReduceCommand mrc = new MapReduceCommand(collection, map,reduce, null,MapReduceCommand.OutputType.INLINE,conditions);
MapReduceOutput out = collection.mapReduce(mrc);
這做工精細和返回值這個蒙戈MapReduce的查詢,但我怎麼可以設定「跳過」和「限制」這些結果?
感謝