summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-20888: Defer $language check to FTSQuery::Parse"Mark Benvenuto2015-10-264-44/+56
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1
* SERVER-20888: Defer $language check to FTSQuery::ParseMark Benvenuto2015-10-224-56/+44
* SERVER-20848: text search of document with language field uses the wrong text...Mark Benvenuto2015-10-223-1/+101
* SERVER-19906: verify() failure when text index on "_fts" has weights set to e...Mark Benvenuto2015-10-152-0/+5
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-5/+5
* SERVER-19099 Add a target to build all generated sourcesMark Benvenuto2015-09-171-0/+6
* SERVER-19829: Use MD5 and longer key prefixes in text index v3 for long terms.Mark Benvenuto2015-08-243-15/+79
* SERVER-19944 Improve text index v3 performanceAdam Chelminski2015-08-145-32/+120
* SERVER-19557 Add text index v3Adam Chelminski2015-08-1114-182/+348
* SERVER-19639 Add Unicode phrase matcher and tokenizer for FTSAdam Chelminski2015-08-0720-48/+816
* SERVER-19465 Add Unicode data and unicode::String classAdam Chelminski2015-08-0613-0/+5067
* SERVER-19421 Add abstractions for phrase matching in FTSAdam Chelminski2015-07-2911-33/+280
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-2/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2037-4044/+3928
* SERVER-18501: Improve error message when server fails to start due to unsuppo...Mark Benvenuto2015-06-111-3/+11
* SERVER-18524: Different parsing for RLP index keys and queries leads to missi...Mark Benvenuto2015-06-118-28/+228
* SERVER-18514: Improve Multi-Word Term Search performance with RLPMark Benvenuto2015-06-022-8/+23
* SERVER-18552: Delimiters are indexed in text indexesMark Benvenuto2015-06-023-0/+93
* SERVER-17621: RLP English Testability hooksMark Benvenuto2015-04-161-7/+5
* SERVER-17620 RLP TokenizerMark Benvenuto2015-04-163-6/+8
* SERVER-17520: Add support for FTS Tokenizer stop word filteringMark Benvenuto2015-04-017-13/+58
* SERVER-17520: Add support for pluggable FTS tokenizersMark Benvenuto2015-04-0121-100/+355
* Revert "FTS Tokenizer"Geert Bosch2015-03-3021-355/+100
* FTS TokenizerMark Benvenuto2015-03-3021-100/+355
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-271-1/+0
* SERVER-17437 Case-sensitive mode for FTSQuery/FTSMatcherJason Rassi2015-03-1210-167/+461
* SERVER-17437 Minor style/formatting fixes in db/fts/Jason Rassi2015-03-108-4/+9
* SERVER-17437 Remove unused fts::BSONElementMap, fts::FTSQuery::_searchJason Rassi2015-03-105-94/+0
* SERVER-17437 fts_index_format.h shouldn't include fts_spec.hJason Rassi2015-03-103-1/+8
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-0611-20/+20
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-159-27/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-1510-4/+24
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-059-0/+27
* SERVER-16061: remove "text" commandMark Benvenuto2014-12-305-519/+0
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-182-2/+2
* SERVER-15708 Don't leak stop wordsAndrew Morrow2014-10-272-9/+6
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-1/+5
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-143-0/+5
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-4/+3
* SERVER-14831 Fix signed/unsigned comparison in fts_query_test.cppJason Rassi2014-08-191-4/+4
* SERVER-14831 Add textIndexVersion:1 support to FTSQueryJason Rassi2014-08-194-20/+69
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-123-0/+4
* SERVER-14407 delete runner.hDavid Storch2014-07-231-1/+1
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-15/+13
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-1/+1
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-121-1/+3
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+2