summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-044-4/+4
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-6/+4
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-4/+4
* SERVER-32130 stop printing arguments in code generation toolsMathias Stearn2017-12-081-6/+0
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-26/+28
* SERVER-31119 Make string.cpp compatible with boost 1.62Jelle van der Waa2017-09-201-1/+8
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-162-6/+6
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-212-42/+27
* SERVER-29220 fix lintAndrew Morrow2017-05-251-0/+28
* SERVER-29220 Default to archive based linkingAndrew Morrow2017-05-242-0/+3
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-011-5/+0
* SERVER-27392 fix bug in FTS index's check for indexed arraysDavid Storch2017-02-012-13/+109
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-032-0/+7
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* SERVER-23506 Vectorized fts char scan for ppc64leJason Carey2016-09-163-0/+164
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-232-8/+10
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-182-27/+31
* SERVER-24377 scons generated-sources is missing stop_words_list.[cpp|h]Mark Benvenuto2016-06-081-1/+2
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-034-5/+14
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2813-52/+76
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-284-0/+7
* SERVER-23945 make IndexCatalog::_fixIndexSpec() use Status instead of throwingDavid Storch2016-05-257-154/+183
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-9/+0
* SERVER-19936 use StringMap in FTSSpec::_scoreStringV2Mathias Stearn2016-03-112-2/+3
* SERVER-19936 Optimize UnicodeFTSTokenizerMathias Stearn2016-03-1112-229/+191
* SERVER-19936 Rename unicode::string::prepForSubstrMatch and make easier to useMathias Stearn2016-03-113-49/+65
* SERVER-19936 Vector-optimize FTS phrase matchesMathias Stearn2016-03-115-0/+412
* SERVER-19936 Optimize FTS v3 phrase matchingMathias Stearn2016-03-119-112/+1842
* SERVER-21828 Murmurhash for bigendianMark Benvenuto2016-03-021-1/+6
* SERVER-13026 clarify error message for invalid text index weightsDavid Storch2016-02-252-2/+8
* SERVER-17440 Remove unneeded library db/fts/server_commonJason Rassi2016-02-241-10/+2
* SERVER-22527 Remove toString() and debugString() from FTSQueryImpl.Charlie Swanson2016-02-243-82/+25
* SERVER-17440 Remove references to textSearchEnabled command line optionPaul Pedersen2016-02-222-77/+0
* SERVER-20792 Only negate term if directly proceeded by hyphen.Charlie Swanson2016-02-043-7/+130
* SERVER-22135 Take python from environment rather system default pathRamon Fernandez2016-01-204-8/+8
* SERVER-21905 Python scripts should read text with universal newline supportMark Benvenuto2015-12-283-3/+3
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-1810-101/+518
* SERVER-19510 Rename FTSQuery to FTSQueryImplJason Rassi2015-11-189-70/+71
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-122-6/+0
* Revert "SERVER-20888: Defer $language check to FTSQuery::Parse"Mark Benvenuto2015-10-264-44/+56
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1
* SERVER-20888: Defer $language check to FTSQuery::ParseMark Benvenuto2015-10-224-56/+44
* SERVER-20848: text search of document with language field uses the wrong text...Mark Benvenuto2015-10-223-1/+101
* SERVER-19906: verify() failure when text index on "_fts" has weights set to e...Mark Benvenuto2015-10-152-0/+5
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-5/+5
* SERVER-19099 Add a target to build all generated sourcesMark Benvenuto2015-09-171-0/+6
* SERVER-19829: Use MD5 and longer key prefixes in text index v3 for long terms.Mark Benvenuto2015-08-243-15/+79
* SERVER-19944 Improve text index v3 performanceAdam Chelminski2015-08-145-32/+120
* SERVER-19557 Add text index v3Adam Chelminski2015-08-1114-182/+348
* SERVER-19639 Add Unicode phrase matcher and tokenizer for FTSAdam Chelminski2015-08-0720-48/+816