aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/docstore
Commit message (Expand)AuthorAgeFilesLines
* Let config reflect what it is, a threadpool serving a range of background tas...Henning Baldersheim2017-10-063-31/+24
* Add equality operators on the configs.Henning Baldersheim2017-10-054-121/+95
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-287-10/+12
* Also run the serialization in different threadpool.Henning Baldersheim2017-08-102-2/+2
* 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-048-1/+29
* Add test that files are actually skipped.Henning Baldersheim2017-08-046-0/+0
* Clean up incompletely compacted files at startup.Henning Baldersheim2017-08-041-0/+24
* Make tests work in out-of-source builds.Geir Storli2017-06-151-2/+2
* Update copyright headersJon Bratseth2017-06-1416-15/+16
* Revert "Update copyright headers"Jon Bratseth2017-06-1416-16/+15
* Update copyright headersJon Bratseth2017-06-1416-15/+16
* Revert "Copyright header"Jon Bratseth2017-06-1316-16/+15
* Merge with masterJon Bratseth2017-06-131-0/+30
|\
| * Add support for Zstandard compression in the document store.Henning Baldersheim2017-06-121-0/+30
* | Copyright headerJon Bratseth2017-06-1316-15/+16
|/
* Forward declare DocumentType.Henning Baldersheim2017-06-062-0/+2
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-242-3/+3
* 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-122-0/+3
* 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
* Add docIdLimit to DataStoreStorageStats.Geir Storli2017-05-121-1/+1
* Move docIdLimit from WriteableFileChunk to FileChunk.Geir Storli2017-05-121-25/+83
* Use docIdLimit in read functions and test that docIdLimit is updated.Geir Storli2017-05-121-0/+69
* Don't use bucketizer for entries with lid >= docIdLimit.Geir Storli2017-05-121-2/+23
* Skip entries with lid >= docIdLimit in updateLidMap().Geir Storli2017-05-121-4/+63
* Write docIdLimit to header in idx file of WriteableFileChunk.Geir Storli2017-05-123-1/+64
* Add skeleton for unit tests for docstore file chunk.Geir Storli2017-05-123-0/+21
* Move StoreByBucket tests to separate test file.Geir Storli2017-05-054-62/+92
* Move chunk tests to separate test file.Geir Storli2017-05-054-51/+80
* Move LidInfo tests to separate test file.Geir Storli2017-05-054-56/+78
* Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-032-14/+14
* Revert "Fix warnings hidden earlier due to including application headers as s...Henning Baldersheim2017-05-032-14/+14
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-032-14/+14
* add override in searchlib moduleArne H Juul2017-04-122-7/+7
* 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-022-13/+8
* Wire lid space compaction down to document store.Geir Storli2017-01-191-0/+3
* Include only only what you need, no more, no less.Henning Baldersheim2017-01-042-3/+2
* Expose document store memory usage metrics.Geir Storli2016-12-151-0/+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-122-4/+4