Commit Graph

6 Commits

Author SHA1 Message Date
Kyle Suarez
7bc7864fc0 SERVER-35043, SERVER-22949: move geoNear implementation into aggregation
This commit removes the geoNear command and moves its implementation
into the aggregation framework. Users should use the aggregate command
with a $geoNear stage.

The implementation rewrite additionally removes the limit in the
$geoNear aggregation stage. To limit the number of results, use a $limit
stage.
2018-06-18 23:34:49 -04:00
Tess Avitabile
b19f95495d SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parse 2017-08-25 14:16:10 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Mathias Stearn
68f6dcd2c3 SERVER-6649 have agg helper throw exceptions and fix tests accordingly
Most of this was done by Samantha Ritter. Thanks!
2012-12-18 15:34:56 -05:00
Mathias Stearn
385502fd0d SERVER-6531 support $within in aggregation $match operations 2012-12-17 15:45:01 -05:00
Mathias Stearn
6fe9ee4c88 SERVER-6530 disallow geo commands in aggregation 2012-08-01 20:22:36 -04:00