Commit Graph

63 Commits

Author SHA1 Message Date
Eliot Horowitz
459357d506 fix looping with circle queries for geo 2010-03-25 10:17:51 -04:00
Eliot Horowitz
a46c77023b variable fudge for double issues 2010-03-24 19:51:43 -04:00
Eliot Horowitz
6a27f13e5d fix geo with limit with sparse results SERVER-795 2010-03-22 13:55:38 -04:00
Eliot Horowitz
0e04502b6e debugging off 2010-03-19 14:02:48 -04:00
Eliot Horowitz
e5f46e6e9e Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-19 14:01:31 -04:00
Eliot Horowitz
a1da8961ab fix $box corner cases SERVER-791 2010-03-19 14:00:46 -04:00
Mike Dirolf
d488a77cb9 typo: geo near command arg is distanceMultiplier now 2010-03-19 11:59:32 -04:00
Eliot Horowitz
bfb09e93ea allow empty geo objects, but not 1 field which is invalid 2010-03-18 15:05:13 -04:00
Eliot Horowitz
4d38eeec43 query optimizer would sometimes swap out geo index SERVER-780 2010-03-18 15:00:29 -04:00
Eliot Horowitz
7fa2feb891 some Cursors may not support get more 2010-03-17 11:46:26 -04:00
Eliot Horowitz
877278b04e fix empty result from $box or $center 2010-03-17 11:28:26 -04:00
Eliot Horowitz
ff8c904d30 some fudge factor for floating point 2010-03-17 11:12:21 -04:00
Eliot Horowitz
ccd6e1bca5 debugging and fix test for linux-32 after HOURS wasted chasing a phantom bug 2010-03-17 10:41:19 -04:00
Eliot Horowitz
a9d6f4d52e better debugging 2010-03-17 10:10:38 -04:00
Eliot Horowitz
3c2ac2749b some cleaning and hasPrefix fixes 2010-03-17 01:16:20 -04:00
Eliot Horowitz
a36f11068b cleaning 2010-03-16 17:07:34 -04:00
Eliot Horowitz
17825fe4cc bounding box $box queries SERVER-690 2010-03-16 17:02:17 -04:00
Eliot Horowitz
42820656f3 $center queryies for geo SERVER-690 2010-03-16 16:11:06 -04:00
Eliot Horowitz
3f6d78ca29 some prep for geo $within SERVER-690 2010-03-15 23:50:14 -04:00
Eliot Horowitz
c42ae951e7 more geo asserts 2010-03-13 11:40:42 -05:00
Eliot Horowitz
5cb4789317 fix boundary geo case SERVER-740 2010-03-12 11:23:15 -05:00
Eliot Horowitz
6ecf847f80 allow re-sorting for geo searches SERVER-730 2010-03-10 22:31:10 -05:00
Eliot Horowitz
461ccefb2b geo: handle empty collection 2010-03-10 22:18:11 -05:00
dwight
04b9eb1c9b Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-06 12:12:40 -05:00
dwight
4ff5b76baf small err msg text change 2010-03-06 12:12:32 -05:00
Eliot Horowitz
ba903dcd09 better matching info hook 2010-03-03 15:18:09 -05:00
Eliot Horowitz
49edf4a645 fix for geo with embedded loc SERVER-694 2010-03-02 20:35:13 -05:00
Eliot Horowitz
18b5ef5013 turn off debugging 2010-03-01 22:38:09 -05:00
Eliot Horowitz
0a8e1f91c8 handle multiple geo indexes with $near SERVER-686 2010-03-01 22:06:30 -05:00
Eliot Horowitz
581980efa0 better error message for old index 2010-03-01 21:41:31 -05:00
Eliot Horowitz
c1f0d3f362 geo index doesn't break non-geo search on same field 2010-03-01 21:36:56 -05:00
Dwight
75457332d5 Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-01 17:53:03 -05:00
Dwight
78781d20d2 oops 2010-03-01 17:52:51 -05:00
Eliot Horowitz
d3f132a13e Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-01 17:14:36 -05:00
Eliot Horowitz
dc29dbbb7c appendNumber for nicer numbers in the shell 2010-03-01 17:14:23 -05:00
Dwight
4dd943379b error checking in cmd 2010-03-01 17:10:06 -05:00
Eliot Horowitz
119b5afae8 use BinData for GeoHash for footprint size 2010-03-01 16:50:03 -05:00
Dwight
6f2446713f error msg text 2010-03-01 10:10:45 -05:00
Eliot Horowitz
346a47331c sparse geo index 2010-02-28 22:19:04 -05:00
Eliot Horowitz
0c9f391212 remove $distance 2010-02-28 22:15:57 -05:00
Eliot Horowitz
e75dd19549 fix geo with other filters 2010-02-28 22:11:13 -05:00
Eliot Horowitz
30dcf4bf83 some cleaning 2010-02-28 00:51:39 -05:00
Eliot Horowitz
da23ec8f56 geo2d command -> geoNear 2010-02-26 14:40:09 -05:00
Eliot Horowitz
a347ce9b85 change Command locking config 2010-02-26 14:38:51 -05:00
Eliot Horowitz
96d6221a9e explain fixing for geo 2010-02-26 10:37:17 -05:00
Eliot Horowitz
329423dbc0 edge case fix 2010-02-26 00:06:26 -05:00
Eliot Horowitz
22246ef94d can access geo through $near 2010-02-25 23:34:01 -05:00
Eliot Horowitz
f08ba724c3 checkpoint on $near op 2010-02-25 16:24:34 -05:00
Eliot Horowitz
1ace46483b refactoring geo search a bit to embed into query 2010-02-25 14:13:50 -05:00
Eliot Horowitz
46a4f1cca0 make geo index work for non geo-search 2010-02-24 23:44:49 -05:00