summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher.h
Commit message (Expand)AuthorAgeFilesLines
* 2d not suitable for within: geometry queries, more testsHari Khalsa2013-01-221-2/+2
* allow full non-near geo functionality in matcherHari Khalsa2013-01-141-69/+10
* clean up geo parsing a bitHari Khalsa2012-12-181-30/+9
* add test for 2d+geoNear+within, add fix to let within work in s2+geoNearHari Khalsa2012-12-111-12/+19
* SERVER-7343 port within-in-query to HEADHari Khalsa2012-12-041-6/+8
* CS-4068 add within to matcherHari Khalsa2012-11-301-0/+88
* SERVER-3103 multi-key indexes and covered indexes work for very simple equali...Eliot Horowitz2012-11-271-6/+18
* SERVER-5728 Regular Expression Query LimitationsRandolph Tan2012-09-011-0/+7
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-1/+1
* SERVER-3918 Add MatcherVisitor for recursively accessing a Matcher's field ma...Aaron2012-05-251-1/+21
* code review formattingAaron2012-05-241-6/+6
* Make CoveredIndexMatcher functions const.Aaron2012-05-241-5/+6
* Move or clause deduping from Matcher to CoveredIndexMatcher and make both Mat...Aaron2012-05-241-14/+15
* Remove the Matcher::popOrClause() optimization that avoided unnecessary match...Aaron2012-05-241-8/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* SERVER-1259 removing some of the verify calls with error messages before repl...Eliot Horowitz2012-03-261-1/+1
* error codesAaron2012-03-221-1/+1
* Rename loadedObject to loadedRecord and specifically MatchDetails::loadedObje...Aaron2012-03-221-3/+3
* Store MatchDetails::_elemMatchKey as a string.Aaron2012-03-221-7/+9
* commentsAaron2012-03-221-1/+5
* SERVER-5067 Make elemMatchKey fetching an explicit request in MatchDetails, a...Aaron2012-03-221-2/+13
* Remove unused CoveredIndexMatcher::matches() function.Aaron2012-03-221-1/+0
* Make MatchDetails a class.Aaron2012-03-221-15/+11
* Remove 'alwaysUseRecord' mode in CoveredIndexMatcher, currently unusedAaron2012-03-221-5/+5
* checkpoint work for SERVER-4644U-tellus\cwestin2012-02-141-1/+22
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+276