summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/posting_store
Commit message (Expand)AuthorAgeFilesLines
* Drop support for old gtest.Tor Egge2022-11-181-3/+3
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-2/+2
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-2/+2
* Rename first used generation -> oldest used generation.Geir Storli2022-10-121-2/+2
* Alwasy use bitvector for long posting lists.Henning Baldersheim2022-09-291-10/+6
* avoid nullptr derefHÃ¥vard Pettersen2022-06-211-2/+2
* Calculate need for compaction when updating stats.Tor Egge2021-12-091-2/+2
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-2/+3
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* - Signal that we are using the default comaparator with no additional or muta...Henning Baldersheim2021-04-201-2/+2
* Add consider_compact methods to posting store.Tor Egge2021-04-201-6/+31
* Add member functions for scanning dictionary and compacting posting store.Tor Egge2021-04-191-26/+35
* Add compaction of PostingStore.Tor Egge2021-04-162-0/+232