summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-4/+4
* SERVER-74162 Stemmer pImpl to hide third_party depBilly Donahue2023-02-182-36/+47
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-182-2/+2
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-1/+3
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-112-6/+9
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-2/+2
* SERVER-68123 Handle unused-but-set-variable warningsBilly Donahue2022-07-191-3/+0
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-152-2/+2
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-252-20/+30
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63882 resolve libdeps_graph_linting warningsBenety Goh2022-02-221-2/+4
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-134-11/+12
* SERVER-62225 FTSSpec::fixSpec() attempts to convert number outside the range ...Gregory Wlodarek2021-12-221-1/+1
* SERVER-61321 Improve handling of large/NaN values for text index versionShin Yee Tan2021-12-021-1/+1
* SERVER-60273 Calculate the estimated size for missing types in sbe::value::ge...Drew Paroski2021-10-167-0/+71
* SERVER-59230 Fix compile errors in C++20 mode with GCC 11 and clang 12Andrew Morrow2021-08-151-7/+11
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+2
* SERVER-57097 fix FTSSpec::fixSpec() to handle int values in weight values tha...Benety Goh2021-05-261-1/+1
* SERVER-56513 fix FTSSpec::fixSpec() to handle int values in key patterns that...Benety Goh2021-05-051-1/+2
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-259-9/+9
* SERVER-40811 make initializers throwyBilly Donahue2020-12-082-2/+0
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-132-6/+5
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-1/+1
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-3/+10
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+8
* SERVER-48272 Reduce startup time for dynamically linked binariesAndrew Morrow2020-05-271-1/+1
* SERVER-47928 Fix quadradic KeyString insert behavior in fts indexes.Henrik Edin2020-05-053-45/+87
* SERVER-45243 generate_stop_words.py simplificationBilly Donahue2020-04-211-6/+4
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45363 Base weight for text index on exact match not possible matchTed Tuckman2020-01-271-1/+1
* SERVER-43128 fix windows compileBenety Goh2019-09-251-3/+3
* SERVER-43128 include cctype for tolowerBilly Donahue2019-09-241-0/+1
* SERVER-43128 Simplify FTS language registryBilly Donahue2019-09-2412-478/+252
* SERVER-41726 Make FTSAccessMethod generate keys with KeyStringGregory Noma2019-08-152-63/+41
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-083-50/+100
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2731-108/+89
* SERVER-36440 remove code and tests about text index limitDaniel Solnik2019-06-271-26/+0
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-202-46/+30
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-143-5/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-105-10/+14
* SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.hMathias Stearn2019-05-011-0/+4
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-119-22/+10
* SERVER-40543 gen_casefold_map.py force a utf-8 when reading filesMark Benvenuto2019-04-101-1/+1
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-104-4/+4
* SERVER-40543 gen_casefold_map.py does not work with CRLF line endingsMark Benvenuto2019-04-091-2/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0912-34/+27
* SERVER-32295 Support Python 3Mathew Robinson2019-04-086-32/+46
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-082-19/+21