aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/multienumattributesaver.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-1/+1
* Remove search::multivalue::Value.Tor Egge2022-04-121-1/+1
* Use wrapper functions for access to multivalue::Value.Tor Egge2022-04-111-1/+1
* Trim down search::multivalue::Value and search::multivalue::WeightedValue.Tor Egge2022-04-091-1/+1
* Move multivalue.h from searchlib to searchcommon.Geir Storli2022-03-291-1/+1
* Use AtomicEntryRef in multivalue enum attributes.Tor Egge2022-03-081-3/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* Stop exposing low-level data store out of enum store.Geir Storli2019-09-101-3/+3
* Add interface for an enum store.Geir Storli2019-08-281-4/+4
* Also update compaction count for old style compaction.Tor Egge2019-08-271-1/+1
* Use unique store enumerator when saving enumerated attribute vectors.Tor Egge2019-08-261-10/+44
* Remove support to save enum attributes in non-enumerated save format.Geir Storli2019-08-191-9/+4
* =default while reading code.Henning Baldersheim2018-11-281-3/+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-4/+1
* Rename search::IAttributeSaveTarget::Config toTor Egge2017-03-281-2/+2
* Remove unneeded template argument from multivalue attribute saver classes.Tor Egge2016-11-251-11/+9
* Switch to new multivalue mapping.Tor Egge2016-11-231-1/+1
* Use new API to get values from multi value mapping when savingTor Egge2016-11-171-8/+7
* PublishJon Bratseth2016-06-151-0/+122