aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/enum_store_loaders.h
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/+1
* Reduce code visibility by reducing includes not needed.Henning Baldersheim2022-03-101-2/+0
* Prefer std::vector<T, vespalib::allocator_large> over vespalib::Array<T> step 1.Henning Baldersheim2022-03-101-1/+16
* Use AtomicEntryRef as value for enum store btree dictionary with posting lists.Tor Egge2022-03-041-2/+4
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* If unique values can be unsorted then any enum value change isTor Egge2021-04-081-0/+1
* Sort unique values during load if needed.Tor Egge2021-04-081-0/+5
* Reduce exposure of EnumStoreDictionary BTree for attribute vector loading.Tor Egge2021-03-221-4/+7
* Style changes and function renaming in enum store.Geir Storli2019-09-131-1/+1
* Rename functions used to free unused values in enum store.Geir Storli2019-09-131-1/+1
* Rename functions and classes used when loading enum store.Geir Storli2019-09-041-1/+1
* Simplify loading of enum store from enumerated files by tracking state in hel...Geir Storli2019-09-031-0/+66