summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/fts_index_format.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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