| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-10641 fix compile for Windows | Eric Milkie | 2013-08-30 | 1 | -0/+8 |
* | SERVER-10641 Stable floating-point comparison when validating min/maxDistance | A. Jesse Jiryu Davis | 2013-08-30 | 1 | -3/+7 |
* | SERVER-8992 Better error for invalid polygon | A. Jesse Jiryu Davis | 2013-08-29 | 4 | -66/+95 |
* | SERVER-10641 Additional input validation for $near, $nearSphere, and geoNear. | A. Jesse Jiryu Davis | 2013-08-28 | 4 | -25/+63 |
* | SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queries | Hari Khalsa | 2013-08-05 | 2 | -7/+13 |
* | Clean up #includes to conform with coding standard | Dan Pasette | 2013-07-24 | 2 | -2/+3 |
* | SERVER-9395 Implement $minDistance for geoNear command | A. Jesse Jiryu Davis | 2013-07-10 | 2 | -12/+42 |
* | split out NamespaceIndex into its own file and clean dependencies a bit | Eliot Horowitz | 2013-07-07 | 2 | -2/+0 |
* | SERVER-9341 make log message explicit about format accepted with 2d geoNear | Dan Pasette | 2013-07-01 | 1 | -1/+1 |
* | add multipoint/line/poly. SERVER-8907 SERVER-8349 | Hari Khalsa | 2013-06-25 | 10 | -544/+1560 |
* | SERVER-8791 SERVER-9212 retire indexplugin/indextype | Hari Khalsa | 2013-05-02 | 4 | -1022/+6 |
* | SERVER-9401 remove duplicate points in lines because S2 doesn't like them | Hari Khalsa | 2013-04-29 | 1 | -0/+12 |
* | fix geo_near_random1.js by not messing up stats object in geoNear command | Hari Khalsa | 2013-04-23 | 1 | -4/+10 |
* | SERVER-9212 SERVER-8791 kill newCursor and suitability, centralize latter | Hari Khalsa | 2013-04-23 | 4 | -107/+14 |
* | SERVER-9212 SERVER-8791 delete the old cursors, migrate geoNear command | Hari Khalsa | 2013-04-23 | 10 | -3240/+110 |
* | migrate 2d and fts command, update logic, SERVER-8791 SERVER-9164 | Hari Khalsa | 2013-04-18 | 1 | -13/+4 |
* | migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165 | Hari Khalsa | 2013-04-12 | 1 | -9/+19 |
* | migrate 2dsphere index to new interface SERVER-8791 SERVER-9164 | Hari Khalsa | 2013-04-10 | 5 | -0/+6 |
* | SERVER-9228 don't return dups when s2cursor yields, delegate to underlying bt... | Hari Khalsa | 2013-04-03 | 2 | -1/+8 |
* | SERVER-9064 speed up 2dsphere point-in-poly containment | Hari Khalsa | 2013-04-03 | 2 | -1/+10 |
* | SERVER-9062 don't rely on drem to normalize longitude -- explicitly reject OO... | Hari Khalsa | 2013-03-27 | 2 | -1/+19 |
* | SERVER-8790 Move ParsedQuery out of queryutil and clean some includes. | aaron | 2013-03-21 | 2 | -1/+3 |
* | SERVER-8861 Avoid forming iterator to before begin | Andrew Morrow | 2013-03-15 | 1 | -2/+3 |
* | SERVER-8974 $geoNear alias for $near now works with 2d indexes. Was throwing ... | Thomas Rueckstiess | 2013-03-15 | 1 | -5/+4 |
* | SERVER-8674 Update hyperlinks to point to dochub | Jason Rassi | 2013-03-01 | 1 | -1/+1 |
* | iteration | Hari Khalsa | 2013-02-12 | 1 | -18/+29 |
* | alias geoNear/near, geoWithin/within. | Hari Khalsa | 2013-02-12 | 1 | -2/+3 |
* | fix incorrect maxDistance if maxDistance specified before the geometry and it... | Hari Khalsa | 2013-02-12 | 1 | -6/+5 |
* | SERVER-8457 explode arrays in 2dsphere | Hari Khalsa | 2013-02-12 | 1 | -3/+12 |
* | SERVER-8387 check numWanted in geoNear | Hari Khalsa | 2013-02-07 | 6 | -67/+106 |
* | Create local copy of temporary cursor currKey | Tad Marshall | 2013-01-26 | 1 | -1/+2 |
* | iter | Hari Khalsa | 2013-01-25 | 5 | -73/+50 |
* | fix for possible out-of-order bug | Hari Khalsa | 2013-01-25 | 2 | -1/+8 |
* | speed up 2dsphere near search | Hari Khalsa | 2013-01-25 | 4 | -45/+134 |
* | treat numWanted correctly in 2dsphere, add test for skip/batchsize/etc. | Hari Khalsa | 2013-01-25 | 5 | -34/+10 |
* | 2d not suitable for within: geometry queries, more tests | Hari Khalsa | 2013-01-22 | 9 | -35/+107 |
* | unindexed center uses same math funcs as indexed. expand tests | Hari Khalsa | 2013-01-22 | 2 | -3/+3 |
* | fix for lint | Eric Milkie | 2013-01-19 | 1 | -1/+1 |
* | old point implies radian distance, new point implies meter distance | Hari Khalsa | 2013-01-17 | 5 | -31/+56 |
* | validate s2polygon loops and s2polygon proper while building it | Hari Khalsa | 2013-01-17 | 2 | -2/+22 |
* | s2*cursor now use same covering size determination. speed up near search | Hari Khalsa | 2013-01-17 | 5 | -26/+10 |
* | oops wrong uassert nums | Hari Khalsa | 2013-01-15 | 1 | -3/+3 |
* | allow override of indexed cover sizes, up default min cover size | Hari Khalsa | 2013-01-15 | 1 | -3/+14 |
* | fix exact searches, optimize point indexing, test indexed field speeds | Hari Khalsa | 2013-01-15 | 1 | -4/+5 |
* | Fix Windows compile | Tad Marshall | 2013-01-14 | 1 | -1/+1 |
* | in 2dsphere within/intersect searching adjust covering size depending on the ... | Hari Khalsa | 2013-01-14 | 1 | -1/+7 |
* | allow full non-near geo functionality in matcher | Hari Khalsa | 2013-01-14 | 14 | -539/+769 |
* | use s2's loop orientation routines | Hari Khalsa | 2013-01-11 | 1 | -27/+9 |
* | verify latitude is [-90,90] | Hari Khalsa | 2013-01-11 | 2 | -1/+22 |
* | s2nearcursor covers search annulus better | Hari Khalsa | 2013-01-11 | 2 | -16/+22 |