aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/reference_attribute_saver.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-4/+2
* Factor out common code to make a EntryRef vector snapshot.Tor Egge2023-03-081-9/+6
* Use AtomicEntryRef as key for unique store btree dictionary.Tor Egge2022-03-031-2/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Sort unique values during load if needed.Tor Egge2021-04-081-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* Move BufferWriter back to searchlib.Tor Egge2020-04-251-1/+1
* Rename UniqueStoreSaver => UniqueStoreEnumerator.Tor Egge2019-08-231-7/+7
* 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
* Rename search::IAttributeSaveTarget::Config toTor Egge2017-03-281-2/+3
* Prepare for faster lid mapping:Tor Egge2017-02-071-1/+1
* Add reference attribute.Tor Egge2017-02-021-0/+80