Mapreduce
When I was doing MR, I wanted to write the results into a new collection. In fact, I have done it before, but when I In my mind, I always seem to be unable to write in, so bad!
1 2 3 4 5 6 7 8 9 10 11 12 13 |
// …. More code
Try { ReduceString, dbtemp, MapReduceCommand.OutputType.REPLACE, query); cmd.setFinalize(Finalize); //…more code |
The formal parameters of MapReduceCommand are as follows
1 | public MapReduceCommand(com.mongodb.DBCollection inputCollection, java.lang.String map, java.lang.String reduce, java.lang.String outputCollection, com.mongodb.MapReduceCommand.OutputType type, com.mongodb .DBObject query) { /* compiled code */ } |
I hope there are friends who have done mongo to discuss together