aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/enum_store_loaders.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Ensure that default value is present in enum store.Tor Egge2023-04-141-0/+8
* Prefer std::vector<T, vespalib::allocator_large> over vespalib::Array<T> step 1.Henning Baldersheim2022-03-101-2/+4
* Use AtomicEntryRef as value for enum store btree dictionary with posting lists.Tor Egge2022-03-041-3/+3
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Avoid noncompliant use of std::is_sorted (The comparison function did notTor Egge2021-04-081-2/+2
* If unique values can be unsorted then any enum value change isTor Egge2021-04-081-2/+3
* Sort unique values during load if needed.Tor Egge2021-04-081-1/+39
* Reduce exposure of EnumStoreDictionary BTree for attribute vector loading.Tor Egge2021-03-221-4/+41
* Style changes and function renaming in enum store.Geir Storli2019-09-131-2/+2
* Rename functions used to free unused values in enum store.Geir Storli2019-09-131-2/+2
* Rename fixupRefCount(s) -> set_ref_count(s).Geir Storli2019-09-131-2/+2
* Rename functions and classes used when loading enum store.Geir Storli2019-09-041-2/+2
* Simplify loading of enum store from enumerated files by tracking state in hel...Geir Storli2019-09-031-0/+58