aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/attributemanager
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
* Make it possible to configure dotproduct distance metric.Geir Storli2023-05-051-10/+17
* Use explicit instantiation of MultiValueNumericAttributeTor Egge2023-03-241-1/+1
* Extend attributes.def with raw data type.Tor Egge2023-03-171-0/+2
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-3/+3
* - Use unique_ptr to hide FuzzyMatcher to make most common SearchContext smaller.Henning Baldersheim2022-10-171-8/+6
* Rename first used generation -> oldest used generation.Geir Storli2022-10-121-14/+13
* Remove 'attribute: huge' from config def file and C++ code.Geir Storli2022-06-081-6/+0
* Remove search::multivalue::Value.Tor Egge2022-04-121-1/+1
* Test that attributesconfig.attribute.maxuncommittedmemory is converted correc...Henning Baldersheim2021-10-211-0/+6
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* swappable -> pagedHenning Baldersheim2021-08-121-3/+3
* swapable -> swappableHenning Baldersheim2021-08-121-2/+2
* Control swappableHenning Baldersheim2021-08-121-2/+2
* Add swapable attribute option.Henning Baldersheim2021-08-121-77/+33
* Make indexing to hnsw index multi-threaded as default.Geir Storli2020-07-061-3/+12
* add "InnerProduct" distance metricArne Juul2020-06-251-0/+7
* Wire flag to enable multi-threaded indexing for a hnsw index.Geir Storli2020-06-191-3/+6
* Support specifying a distance metric for nearest neighbor search when not hav...Geir Storli2020-05-121-3/+14
* extend unit testArne Juul2020-03-241-0/+4
* Add hnsw index params to config for attribute vector.Geir Storli2020-02-201-0/+16
* Add ReadableAttributeVector accessor to IAttributeManagerTor Brede Vekterli2020-01-291-0/+17
* Use proper scope for enum constants.Tor Egge2019-07-301-18/+20
* Propagate mutability from config and add test for same.Henning Baldersheim2018-08-301-0/+6
* Use std::make_xxxHenning Baldersheim2018-08-201-53/+21
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
* Copyright headerJon Bratseth2017-06-132-2/+2
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-1/+1
* add override in searchlib moduleArne H Juul2017-04-121-1/+1
* Remove references to old multivalue mapping.Tor Egge2016-11-251-2/+1
* Change to use eval::ValueType instead of tensor::TensorType.Geir Storli2016-09-151-2/+1
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
* PublishJon Bratseth2016-06-153-0/+434