summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/fts_index_format.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47928 Fix quadradic KeyString insert behavior in fts indexes.Henrik Edin2020-05-051-7/+8
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-1/+1
* SERVER-41726 Make FTSAccessMethod generate keys with KeyStringGregory Noma2019-08-151-58/+24
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-2/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+4
* SERVER-36440 remove code and tests about text index limitDaniel Solnik2019-06-271-26/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-10/+9
* 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-22078 Remove term list limits for text index in FCV 4.2Xiangyu Yao2018-08-131-13/+24
* SERVER-27392 fix bug in FTS index's check for indexed arraysDavid Storch2017-02-011-13/+33
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-2/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+5
* SERVER-19829: Use MD5 and longer key prefixes in text index v3 for long terms.Mark Benvenuto2015-08-241-14/+43
* SERVER-19557 Add text index v3Adam Chelminski2015-08-111-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-164/+154
* SERVER-17437 fts_index_format.h shouldn't include fts_spec.hJason Rassi2015-03-101-0/+1
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-12518 support insertion of documents with large keys into text indexBenety Goh2014-02-131-7/+68
* SERVER-12081 fts_iterator implementationPaul Pedersen2014-01-281-8/+8
* SERVER-9390 Text search support for multi-language documentsJason Rassi2013-10-111-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8431 - don't index docs where text index is too large for journalEliot Horowitz2013-03-051-0/+19
* SERVER-8126: don't allow an array as a prefix of a text indexEliot Horowitz2013-01-141-0/+2
* SERVER-380: Experimental text search indexingEliot Horowitz2012-12-251-0/+119