aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/reference_attribute_saver.h
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
* Compacting is only checked during move in write threadHenning Baldersheim2023-03-101-1/+1
* Factor out common code to make a EntryRef vector snapshot.Tor Egge2023-03-081-10/+8
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* Rename UniqueStoreSaver => UniqueStoreEnumerator.Tor Egge2019-08-231-3/+3
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-2/+2
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1
* Factor out ReferenceMappings from ReferenceAttribute.Tor Egge2017-08-151-1/+1
* Add reverse mapping to reference attribute.Tor Egge2017-08-141-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/+1
* Prepare for faster lid mapping:Tor Egge2017-02-071-0/+1
* Style fixes and adjusted comments.Tor Egge2017-02-031-4/+14
* Add reference attribute.Tor Egge2017-02-021-0/+41