aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/enumstore
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
* Switch sort order for cased string enum store.Tor Egge2023-09-201-3/+35
* Pass default value to enum store.Tor Egge2023-04-171-1/+1
* Test move of default values during EnumStore compaction.Tor Egge2023-04-171-2/+57
* Ensure that default value is present in enum store.Tor Egge2023-04-141-8/+12
* Use snprintf instead of sprintf.Tor Egge2023-01-311-2/+2
* GC som compiler pragmas not needed anymore.Henning Baldersheim2023-01-301-45/+16
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-3/+3
* Drop support for old gtest.Tor Egge2022-11-181-3/+3
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-3/+3
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-3/+3
* Reduce code visibility by reducing includes not needed.Henning Baldersheim2022-03-101-0/+1
* Use AtomicEntryRef as key for unique store btree dictionary.Tor Egge2022-03-031-2/+3
* Add memory allocator to enum store.Tor Egge2022-02-111-0/+10
* Calculate need for compaction when updating stats.Tor Egge2021-12-091-1/+1
* Add IEnumStore::get_values_address_space_usage() abstract member function.Tor Egge2021-12-081-5/+5
* Move CompactionStrategy from searchcommon to vespalib.Tor Egge2021-12-081-6/+7
* Add EntryRefFilter class.Tor Egge2021-12-061-18/+21
* Improve filtering test in enum store dictionary test.Tor Egge2021-12-031-41/+163
* Filter early on buffer id and pass vector of entries in normalize_posting_listsTor Egge2021-12-031-16/+55
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* - Signal that we are using the default comaparator with no additional or muta...Henning Baldersheim2021-04-201-1/+1
* Compact enum store dictionary when needed.Tor Egge2021-04-131-0/+65
* Rename unit test type parameters.Tor Egge2021-04-061-24/+24
* Handle UniqueStoreDictionary without B-tree.Tor Egge2021-03-301-7/+29
* Add noexcept specifier to lambda.Tor Egge2021-03-291-1/+1
* Reduce EnumStoreDictionary B-tree exposure.Tor Egge2021-03-241-13/+6
* Use more specific member function name for normalizing posting lists.Tor Egge2021-03-241-4/+4
* Reduce direct usage of EnumStoreDictionary B-tree.Tor Egge2021-03-231-4/+6
* Merge pull request #17122 from vespa-engine/balder/orderting-2-typeHenning Baldersheim2021-03-231-19/+19
|\
| * Use BTREE/HASH instead of ORDERED/UNORDERED.Henning Baldersheim2021-03-231-19/+19
* | Hide dictionary B-tree from posting store.Tor Egge2021-03-231-0/+24
|/
* Reduce exposure of EnumStoreDictionary BTree for attribute vector loading.Tor Egge2021-03-221-1/+6
* Extend EnumStore unit test to test find_frozen_index and find_posting_listTor Egge2021-03-191-0/+100
* Eliminate clang 12 warning. Specializaton of load_values causedTor Egge2021-03-181-4/+4
* Add cases with unordered enum store dictionary to enum store unit test.Tor Egge2021-03-181-34/+91
* Wire in ordering enum in EnumStore.Tor Egge2021-03-171-7/+7
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
* Reduce code duplication in test code.Tor Egge2020-03-301-10/+2
* Handle newer gtest versions where the legacy API is deprecated.Tor Egge2020-03-291-0/+8
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-3/+0
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-0/+3
* Consider estimated hitrate.Henning Baldersheim2020-01-011-3/+0
* Style changes and function renaming in enum store dictionary.Geir Storli2019-09-131-1/+1
* Style changes and function renaming in enum store.Geir Storli2019-09-131-56/+56
* Rename functions used to free unused values in enum store.Geir Storli2019-09-131-1/+1
* Add unit tests for enum store loading and fix bug when loading from non-enume...Geir Storli2019-09-111-0/+124
* Write unit tests for enum store batch updater.Geir Storli2019-09-111-0/+77
* Rewrite enum store tests to gtest.Geir Storli2019-09-112-179/+130