aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps
Commit message (Expand)AuthorAgeFilesLines
* Rename IDocumentWeightAttribute to IDocidWithWeightPostingStore.Geir Storli2023-11-231-3/+3
* Update copyrightJon Bratseth2023-10-0920-20/+20
* Drop non ancient non const GetSize/GetPositionHenning Baldersheim2023-07-181-1/+1
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-071-41/+31
* GC unused assert includesHenning Baldersheim2023-05-171-0/+1
* summary.cache.initialentries and summary.log.chunk.skipcrconread does not hav...Henning Baldersheim2023-03-141-2/+2
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-2/+1
* Reduce transitive includes.Henning Baldersheim2023-03-012-19/+17
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-215-8/+8
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-205-10/+8
* - Use c++11 for loopsHenning Baldersheim2022-09-041-2/+2
* Use std::filesystem to create and remove directories.Tor Egge2022-06-231-5/+4
* Remove 'attribute: huge' from config def file and C++ code.Geir Storli2022-06-081-6/+1
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-272-12/+13
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-252-0/+2
* remove FastOS_ApplicationHåvard Pettersen2022-04-089-149/+163
* use getopt/getopt_long directlyHåvard Pettersen2022-04-013-45/+36
* Use XXFieldValue::make over std::make_uniqueHenning Baldersheim2022-03-071-1/+1
* gc old process codeHåvard Pettersen2022-03-051-1/+0
* 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
* Add [[nodiscard]] to Write2 and CheckedWrite tooHenning Baldersheim2022-01-261-1/+2
* - assert result of Close() in destructor of FastOS_File and FastOS_BufferedFile.Henning Baldersheim2022-01-261-1/+0
* 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-0720-20/+20
* Remove mlock as option for backend tooHenning Baldersheim2021-06-211-1/+1
* support functional constantsHåvard Pettersen2021-05-111-5/+5
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-302-2/+2
* Add low level DocumentWeightAttribute lookup stress test.Tor Egge2021-04-262-0/+158
* use size literals in searchlibArne Juul2021-02-156-17/+23
* Less asserts in header files.Henning Baldersheim2021-02-131-0/+1
* Various readability and code cleanup. closure -> lambdaHenning Baldersheim2021-01-231-3/+2
* Some -std=c++20a fixes:Arne Juul2020-12-061-1/+1
* only factory in interpreted functionHåvard Pettersen2020-12-031-2/+2
* Make it compatible with c++2aHenning Baldersheim2020-12-022-9/+9
* cleanup unused includeArne Juul2020-11-271-1/+0
* Name the threads so it is easier to see who is doing what.Henning Baldersheim2020-11-121-2/+4
* handle both engine- and factory-based tensorsArne Juul2020-10-151-2/+2
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-2/+3
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+0
* avoid naked exitArne Juul2020-07-031-34/+23
* 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
* remove parameter count from interpreted functionsHåvard Pettersen2020-04-031-1/+1
* 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