monger/test
Bartek Marcinowski 136dea00b2 Add allow-disk-use and cursor options to aggregate
Reimplement aggregate on top of the Java driver's DBCollection#aggregate
in order to return a cursor for the results. This allows users to
overcome the 16MB result size limit and specify the cursor batch size.
The allowDiskUse can also be passed to Mongo, through the allow-disk-use
key. The maxTime option enables setting a limit (in milliseconds) on the
execution time of the query, through the max-time key.
2015-06-24 15:47:46 +01:00
..
monger/test Add allow-disk-use and cursor options to aggregate 2015-06-24 15:47:46 +01:00
resources/mongo/js Introduce monger.js/load-resource, a helper that loads JS files from the classpath 2011-10-16 15:54:53 +04:00