summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* 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
| | | | - GC unused stringattribute files.
* 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 ↵Henning Baldersheim2021-10-211-0/+6
| | | | correctly.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* 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 ↵Geir Storli2020-05-121-3/+14
| | | | | | having a hnsw index. This also changes the syntax in the sd file to specifying the distance metric in the attribute tag.
* 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
| | | | | | | | | | Provides a unified interface for fetching both regular as well as imported attributes. Exposing `ReadableAttributeVector` instead of raw `AttributeVector` instances enforces that all access is done via appropriate acquired read guards. Refactor document selection processing code to use the new interface in order to prepare for imported field support in selections.
* 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
| | | | | nested namespace And various other style changes.
* 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
|
* 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
|
* PublishJon Bratseth2016-06-151-0/+422