aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/attribute/imported_attributes_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* The AttributeContext is a short lived cache for attributes guards. Until we u...Henning Baldersheim2023-05-261-8/+20
* Use vespalib::hash_map over std::unordered_mapHenning Baldersheim2023-05-241-1/+1
* Creating the document metastore read guard is expensive and is not necessary ...Henning Baldersheim2022-06-041-1/+10
* Let ImportedAttributesRepo return a reference to a shared_ptr instead of a sh...Henning Baldersheim2022-06-031-1/+1
* Revert "Remove thread sanitizer lock order reversal warning for attribute con...Tor Egge2022-03-041-22/+12
* Remove thread sanitizer lock order reversal warning for attribute context.Tor Egge2022-03-031-12/+22
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* shared_ptr -> unique_ptrHenning Baldersheim2018-08-281-1/+1
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-271-9/+10
* Add ReadableAttributeVector interface used to create a short-lived read guard...Geir Storli2018-04-191-2/+3
* Add ImportedAttributeVectorReadGuard, used to handle imported attributesTor Egge2017-08-181-19/+2
* 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
* Include what you need yourself, and not more.Henning Baldersheim2017-05-241-1/+1
* Implement attribute context for imported attributes.Geir Storli2017-03-011-0/+94