aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/attribute_header.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Store max squared norm in file header during hnsw index save when usingTor Egge2023-05-231-4/+5
* Set AttributeHeader _fileName member when extracting tagsTor Egge2021-12-061-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add get_transient_memory_usage() method to AttibuteInitializer.Tor Egge2020-05-081-0/+2
* Add hnsw index params to attribute header if set.Geir Storli2020-04-061-1/+5
* Extend attribute save targets to support custom file writers.Geir Storli2020-03-271-0/+1
* Eliminate some clang warnings in searchlibTor Egge2019-02-081-1/+0
* Remove snapshot concept accessHenning Baldersheim2018-08-171-3/+0
* Add control of cache update policy when an item changes value.Henning Baldersheim2018-07-191-4/+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
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-4/+4
* Check collection type parameters before loading attribute.Tor Egge2017-03-301-0/+2
* Add unit test for attribute initializer.Tor Egge2017-03-281-1/+3
* Remove unneeded members.Tor Egge2017-03-281-5/+2
* Move attribute header tag handling to one place.Tor Egge2017-03-281-10/+17
* Use classes for basic type, collection type and tensor type in attribute header.Tor Egge2017-03-281-9/+12
* Rename search::IAttributeSaveTarget::Config toTor Egge2017-03-281-0/+64