aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/attribute_header.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Factor out conversion between strings and distance metric toTor Egge2023-05-241-51/+3
* Store max squared norm in file header during hnsw index save when usingTor Egge2023-05-231-1/+8
* Make it possible to configure dotproduct distance metric.Geir Storli2023-05-051-4/+4
* add enumArne Juul2023-04-281-1/+5
* wait until later with new metric nameArne Juul2023-04-201-4/+0
* add two names for distance metricsArne Juul2023-04-201-0/+8
* Set AttributeHeader _fileName member when extracting tagsTor Egge2021-12-061-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Handle innerproduct distance metric when reading attribute header.Geir Storli2020-09-241-0/+2
* add "Hamming" distance metric for ANNArne Juul2020-09-041-0/+4
* add "InnerProduct" distance metricArne Juul2020-06-251-0/+2
* Add get_transient_memory_usage() method to AttibuteInitializer.Tor Egge2020-05-081-3/+15
* Add attribute file header tag for type of nearest neighbor index.Tor Egge2020-04-291-0/+3
* Add hnsw index params to attribute header if set.Geir Storli2020-04-061-6/+70
* Extend attribute save targets to support custom file writers.Geir Storli2020-03-271-1/+6
* Eliminate some clang warnings in searchlibTor Egge2019-02-081-3/+1
* Remove snapshot concept accessHenning Baldersheim2018-08-171-13/+7
* Add control of cache update policy when an item changes value.Henning Baldersheim2018-07-191-3/+1
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-4/+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
* Check collection type parameters before loading attribute.Tor Egge2017-03-301-0/+18
* Add unit test for attribute initializer.Tor Egge2017-03-281-2/+14
* Remove unneeded members.Tor Egge2017-03-281-5/+12
* Move attribute header tag handling to one place.Tor Egge2017-03-281-0/+74
* Use classes for basic type, collection type and tensor type in attribute header.Tor Egge2017-03-281-5/+6
* Rename search::IAttributeSaveTarget::Config toTor Egge2017-03-281-0/+60