aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attribute_initializer/attribute_initializer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* The reserved document for a multivalue attribute vector should have anTor Egge2023-04-181-5/+1
* Set reserved doc values after attribute vector has been loaded.Tor Egge2023-04-141-1/+35
* Reapply make attribute collection spec serial num optional.Tor Egge2023-02-061-2/+11
* Revert "Make attribute collection spec serial num optional. Pass reconfig"Henning Baldersheim2023-02-061-11/+2
* Make attribute collection spec serial num optional. Pass reconfigTor Egge2023-02-061-2/+11
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* Remove most use of vespalib::rmdir in searchlib.Tor Egge2022-06-021-2/+2
* Move the AttributeSpec and hide the ConfigHenning Baldersheim2022-05-261-1/+3
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-3/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Wire in the shared executor for use when loading attributes.Henning Baldersheim2021-08-131-2/+5
* Verify that transient memory is zero when attribute to load doesn't haveTor Egge2020-05-081-2/+10
* Add get_transient_memory_usage() method to AttibuteInitializer.Tor Egge2020-05-081-0/+30
* Use std::make_xxxHenning Baldersheim2018-08-201-2/+1
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+3
* 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
* Move DirectoryHandler from searchcore to searchlib.Geir Storli2017-05-121-6/+7
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-021-29/+26
* Add AttributeInitializerResult class, representing an initialized attribute.Tor Egge2017-04-051-12/+12
* Pass attribute spec to attribute initializer.Tor Egge2017-04-051-15/+15
* Check collection type parameters before loading attribute.Tor Egge2017-03-301-0/+16
* Don't load attributes that are too old.Tor Egge2017-03-291-0/+9
* Rename method to reduce cognitive cost.Tor Egge2017-03-281-2/+2
* Add more failure cases, mismatching base type and mismatching collection type.Tor Egge2017-03-281-0/+29
* Add unit test for attribute initializer.Tor Egge2017-03-281-0/+153