aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/enumattributesaver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use a non const Store when you are in write thread, and a const when not.Henning Baldersheim2023-03-101-5/+2
* Use AtomicEntryRef as key for unique store btree dictionary.Tor Egge2022-03-031-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-2/+2
* Cleanup explicit template instantiation.Tor Egge2020-04-281-1/+1
* Move BufferWriter back to searchlib.Tor Egge2020-04-251-1/+1
* Simplify how we iterate the set of unique values when saving an enumerated at...Geir Storli2019-09-101-4/+4
* Stop exposing low-level data store out of enum store.Geir Storli2019-09-101-2/+2
* Reduce exposure of the internal index type outside the enum store.Geir Storli2019-09-041-1/+1
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-0/+1
* Add interface for an enum store.Geir Storli2019-08-281-2/+2
* Rename enum store dictionary api and implementation and move to separate files.Geir Storli2019-08-271-1/+1
* Use unique store enumerator when saving enumerated attribute vectors.Tor Egge2019-08-261-21/+10
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-1/+0
* PublishJon Bratseth2016-06-151-0/+51