summaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/tests
Commit message (Expand)AuthorAgeFilesLines
* tag blueprints with strictnessHÃ¥vard Pettersen2024-03-201-5/+7
* Rename IDocumentWeightAttribute to IDocidWithWeightPostingStore.Geir Storli2023-11-231-3/+3
* Update copyrightJon Bratseth2023-10-094-4/+4
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-2/+1
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-1/+1
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-202-6/+4
* - Use c++11 for loopsHenning Baldersheim2022-09-041-2/+2
* Use std::filesystem to create and remove directories.Tor Egge2022-06-231-5/+4
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-9/+10
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-0/+1
* Use XXFieldValue::make over std::make_uniqueHenning Baldersheim2022-03-071-1/+1
* Move btree stress test to vespalib.Tor Egge2022-02-232-232/+0
* Sync executors at end of test to keep *this live untilTor Egge2022-02-231-0/+4
* track namespace move in documenttypes.defArne H Juul2021-12-021-1/+1
* Keep write context live until inverter thread has completed invert task.Tor Egge2021-11-101-1/+13
* Remove the lids in one task instead of 1k tasks for full buckets on delete bu...Henning Baldersheim2021-10-291-1/+3
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
* Add low level DocumentWeightAttribute lookup stress test.Tor Egge2021-04-262-0/+158
* use size literals in searchlibArne Juul2021-02-153-11/+14
* Make it compatible with c++2aHenning Baldersheim2020-12-022-9/+9
* Name the threads so it is easier to see who is doing what.Henning Baldersheim2020-11-121-2/+4
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-252-8/+8
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-041-5/+5
* Add getStats and setTaskLimit to interface to make it easy to swap implementa...Henning Baldersheim2020-02-271-5/+5
* Make final and GC unused includeHenning Baldersheim2020-02-241-2/+0
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-3/+3
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-3/+3
* Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-311-3/+3
* Extend MemoryIndex to take an instance of IFieldLengthInspector to setup fiel...Geir Storli2019-06-061-22/+24
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-14/+14
* Rename memoryindex* -> memory_index*.Geir Storli2019-04-111-1/+1
* Reduce code visibility.Henning Baldersheim2018-06-131-0/+1
* Reduce code visibilityHenning Baldersheim2018-06-121-2/+5
* Let config reflect what it is, a threadpool serving a range of background tas...Henning Baldersheim2017-10-061-1/+1
* Use multiple threads for mbus invokeHenning Baldersheim2017-09-262-13/+7
* Drop the dangerous LinkedPtr.Henning Baldersheim2017-08-211-1/+1
* Update copyright headersJon Bratseth2017-06-144-4/+4
* Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+4
* Update copyright headersJon Bratseth2017-06-144-4/+4
* Revert "Copyright header"Jon Bratseth2017-06-134-4/+4
* Copyright headerJon Bratseth2017-06-134-4/+4
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-012-2/+0
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-1/+1
* Deinline destructors++Henning Baldersheim2017-05-031-1/+1
* add override in searchlib moduleArne H Juul2017-04-121-1/+1
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-051-7/+7
* deiniline destructorsHenning Baldersheim2017-03-091-9/+13
* Include only only what you need, no more, no less.Henning Baldersheim2017-01-041-6/+2