summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-291-4/+4
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-41/+24
* SERVER-29220 Default to archive based linkingAndrew Morrow2017-05-241-0/+1
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-011-5/+0
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+5
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* 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-031-0/+1
* SERVER-17440 Remove unneeded library db/fts/server_commonJason Rassi2016-02-241-10/+2
* SERVER-17440 Remove references to textSearchEnabled command line optionPaul Pedersen2016-02-221-1/+0
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-0/+13
* SERVER-19510 Rename FTSQuery to FTSQueryImplJason Rassi2015-11-181-2/+2
* SERVER-19829: Use MD5 and longer key prefixes in text index v3 for long terms.Mark Benvenuto2015-08-241-1/+2
* SERVER-19639 Add Unicode phrase matcher and tokenizer for FTSAdam Chelminski2015-08-071-9/+17
* SERVER-19465 Add Unicode data and unicode::String classAdam Chelminski2015-08-061-0/+7
* SERVER-19421 Add abstractions for phrase matching in FTSAdam Chelminski2015-07-291-0/+4
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-2/+7
* SERVER-18524: Different parsing for RLP index keys and queries leads to missi...Mark Benvenuto2015-06-111-0/+1
* SERVER-18552: Delimiters are indexed in text indexesMark Benvenuto2015-06-021-0/+3
* SERVER-17520: Add support for pluggable FTS tokenizersMark Benvenuto2015-04-011-0/+1
* Revert "FTS Tokenizer"Geert Bosch2015-03-301-1/+0
* FTS TokenizerMark Benvenuto2015-03-301-0/+1
* SERVER-17437 Remove unused fts::BSONElementMap, fts::FTSQuery::_searchJason Rassi2015-03-101-3/+0
* SERVER-16061: remove "text" commandMark Benvenuto2014-12-301-3/+0
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-121-1/+3
* SERVER-12081 Move fts_iterator.{cpp,h} => fts_element_iterator.{cpp,h}Jason Rassi2014-01-291-2/+2
* Merge branch 'paul/ftsiterator'Jason Rassi2014-01-291-2/+6
|\
| * SERVER-12081 fts_iterator implementationPaul Pedersen2014-01-281-2/+6
* | SERVER-10906 Add support for legacy text indexesJason Rassi2014-01-281-0/+1
|/
* SERVER-10026 migrate text cmd to use query execHari Khalsa2013-12-121-1/+0
* SERVER-10857 Validate various text index spec optionsJason Rassi2013-12-061-1/+1
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-181-7/+7
* SERVER-9932 SERVER-10857 Text search language aliases/validationJason Rassi2013-11-131-0/+4
* SERVER-6951 SERVER-9656 SERVER-9849 Handle third_party libraries consistentlyAndrew Morrow2013-06-031-1/+1
* SERVER-8791 SERVER-9212 retire indexplugin/indextypeHari Khalsa2013-05-021-1/+0
* speed up stop_word compilesEric Milkie2013-02-011-8/+2
* scons fixes for fts and --32Eliot Horowitz2012-12-311-1/+1
* SERVER-380: Experimental text search indexingEliot Horowitz2012-12-251-0/+88