summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/fts_matcher_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-23945 make IndexCatalog::_fixIndexSpec() use Status instead of throwingDavid Storch2016-05-251-22/+24
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-11/+55
* SERVER-19510 Rename FTSQuery to FTSQueryImplJason Rassi2015-11-181-11/+11
* Revert "SERVER-20888: Defer $language check to FTSQuery::Parse"Mark Benvenuto2015-10-261-11/+11
* SERVER-20888: Defer $language check to FTSQuery::ParseMark Benvenuto2015-10-221-11/+11
* SERVER-19557 Add text index v3Adam Chelminski2015-08-111-11/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-183/+200
* SERVER-17520: Add support for FTS Tokenizer stop word filteringMark Benvenuto2015-04-011-0/+20
* SERVER-17437 Case-sensitive mode for FTSQuery/FTSMatcherJason Rassi2015-03-121-13/+114
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-14831 Add textIndexVersion:1 support to FTSQueryJason Rassi2014-08-191-5/+5
* SERVER-12195 Text matcher should parse doc in doc languageJason Rassi2014-02-131-4/+17
* SERVER-11994 Fix logic error in processing of text search negated termsJason Rassi2013-12-091-0/+11
* SERVER-10857 Remove support for now-broken "fts" index aliasJason Rassi2013-12-041-3/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-380: Experimental text search indexingEliot Horowitz2012-12-251-0/+63