summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/docstore/logdatastore/logdatastore_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-2/+2
* Fix format strings in searchlib module.Tor Egge2019-03-121-4/+4
* Eliminate some gcc 9 warnings.Tor Egge2019-02-251-1/+1
* Remove unused settings in proton.def.Geir Storli2019-01-211-2/+1
* Update comments and tests as memory size has increased by 8 bytes per entry i...Henning Baldersheim2018-09-241-9/+9
* Properly test writethrough on UPDATE strategyHenning Baldersheim2018-07-191-14/+37
* Properly test both INVALIDATE and UPDATE strategy. Fix bug with incorrect siz...Henning Baldersheim2018-07-191-4/+57
* Add control of cache update policy when an item changes value.Henning Baldersheim2018-07-191-26/+27
* Reduce code visibilityHenning Baldersheim2018-06-121-0/+1
* Let config reflect what it is, a threadpool serving a range of background tas...Henning Baldersheim2017-10-061-28/+21
* Add equality operators on the configs.Henning Baldersheim2017-10-051-42/+32
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-2/+1
* Also run the serialization in different threadpool.Henning Baldersheim2017-08-101-1/+1
* Avoid opening idxfile to early for writing. Especially as it might get trunca...Henning Baldersheim2017-08-081-1/+5
* Add test that files are actually skipped.Henning Baldersheim2017-08-041-0/+17
* Clean up incompletely compacted files at startup.Henning Baldersheim2017-08-041-0/+24
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Forward declare DocumentType.Henning Baldersheim2017-06-061-0/+1
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-1/+1
* Fix testing of getEstimatedShrinkLidSpaceGain() returning 0 when lid space ca...Geir Storli2017-05-181-1/+2
* Must hold guard when accessing _lidInfo size and return 0 as memory gain when...Geir Storli2017-05-181-0/+1
* Implement getEstimatedShrinkLidSpaceGain() for LogDataStore.Geir Storli2017-05-121-0/+2
* Add support for shrinking lid space in LogDataStore.Geir Storli2017-05-121-4/+46
* Fix such that getLid() is protected by docIdLimit.Geir Storli2017-05-121-0/+8
* Support that lid space can be compacted and entries from old files skipped du...Geir Storli2017-05-121-12/+66
* Integrate that docIdLimit at idx file creation time is written to file header.Geir Storli2017-05-121-10/+55
* Use docIdLimit in read functions and test that docIdLimit is updated.Geir Storli2017-05-121-0/+69
* Move StoreByBucket tests to separate test file.Geir Storli2017-05-051-62/+0
* Move chunk tests to separate test file.Geir Storli2017-05-051-51/+0
* Move LidInfo tests to separate test file.Geir Storli2017-05-051-56/+0
* Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-031-4/+4
* Revert "Fix warnings hidden earlier due to including application headers as s...Henning Baldersheim2017-05-031-4/+4
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-4/+4
* add override in searchlib moduleArne H Juul2017-04-121-2/+2
* Increase number of allowed files to 64k.Henning Baldersheim2017-03-131-1/+46
* Create explicit, non implicitly inlined function definitionsTor Brede Vekterli2017-03-131-0/+4
* Deinline destructorsi and use -Winline gcc option.Henning Baldersheim2017-03-091-28/+32
* Use the iterator verifierHenning Baldersheim2017-02-031-2/+0
* Ignore maxentries per chunk.Henning Baldersheim2017-02-021-8/+5
* Include only only what you need, no more, no less.Henning Baldersheim2017-01-041-3/+1
* Do not bring in nbostream everywhere.Henning Baldersheim2016-12-121-0/+1
* Avoid building all the document code in every file.Henning Baldersheim2016-12-121-0/+1
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-5/+4
* Use value transfer instead.Henning Baldersheim2016-12-121-1/+1
* Targeted include and cast to avoid template generation.Henning Baldersheim2016-12-121-1/+1
* Move docstore unit tests into common top-level folder.Geir Storli2016-11-041-0/+858