aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/attribute/attribute_initializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Set reserved doc values after attribute vector has been loaded.Tor Egge2023-04-141-0/+1
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* Reapply make attribute collection spec serial num optional.Tor Egge2023-02-061-6/+9
* Revert "Make attribute collection spec serial num optional. Pass reconfig"Henning Baldersheim2023-02-061-9/+6
* Make attribute collection spec serial num optional. Pass reconfigTor Egge2023-02-061-6/+9
* Move the AttributeSpec and hide the ConfigHenning Baldersheim2022-05-261-2/+2
* Use unique_ptr for Config in AttributeVectorHenning Baldersheim2022-05-261-0/+1
* Tag cpu category for tasks run in the proton shared executor.Geir Storli2022-01-281-3/+3
* Set AttributeHeader _fileName member when extracting tagsTor Egge2021-12-061-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Wire in the shared executor for use when loading attributes.Henning Baldersheim2021-08-131-3/+4
* Put all params for commit into a single CommitParam structHenning Baldersheim2021-02-271-2/+3
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-311-1/+1
* Consolidate code to calculate transient memory usage for attributeTor Egge2020-05-131-25/+3
* Add get_transient_memory_usage() method to AttibuteInitializer.Tor Egge2020-05-081-5/+56
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-161-2/+2
* Address comment by specifying timeunit in the type.Henning Baldersheim2019-11-201-1/+1
* Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-151-1/+0
* Use steady_clockHenning Baldersheim2019-11-151-4/+3
* Do not loose information now.Henning Baldersheim2018-08-201-4/+3
* Use std::make_xxxHenning Baldersheim2018-08-201-30/+13
* 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
* Remove unneeded hideFromReading/hideFromWriting flags.Tor Egge2017-04-201-2/+2
* Add AttributeInitializerResult class, representing an initialized attribute.Tor Egge2017-04-051-3/+3
* Store attribute spec in attribute initializer.Tor Egge2017-04-051-3/+3
* Pass attribute spec to attribute initializer.Tor Egge2017-04-051-2/+2
* Use more forward declarations.Tor Egge2017-04-051-0/+2
* Use more forward declarations.Tor Egge2017-04-051-2/+3
* Check collection type parameters before loading attribute.Tor Egge2017-03-301-2/+32
* Don't load attributes that are too old.Tor Egge2017-03-291-1/+15
* Add unit test for attribute initializer.Tor Egge2017-03-281-3/+1
* Move attribute header tag handling to one place.Tor Egge2017-03-281-91/+26
* Verify that predicate attribute params are unchanged when loadingTor Egge2017-03-271-4/+40
* Check tensor type and predicate params before allowing transfer of attribute.Tor Egge2017-03-241-9/+56
* Use AttributeDirectory also when loading attributes.Tor Egge2017-03-231-24/+18
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-081-0/+4
* Targeted include.Henning Baldersheim2017-01-311-0/+2
* Use the reader base.Henning Baldersheim2016-12-171-7/+6
* PublishJon Bratseth2016-06-151-0/+200