aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/prod_features_attributematch.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite prod features unit test to gtest.Tor Egge2024-02-191-5/+1
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Use "_test" suffix for unit test cpp files.Geir Storli2023-08-301-1/+1
|
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ↵Henning Baldersheim2022-05-251-0/+1
| | | | | | implementation. Add setters to vespalib::GrowStrategy.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Add new maxWeight output to the attributeMatch rank feature.Geir Storli2019-11-051-2/+12
|
* Use std::make_xxxHenning Baldersheim2018-08-201-2/+4
| | | | | nested namespace And various other style changes.
* Actual attribute vector is not needed when only checking feature executor setup.Tor Egge2017-09-281-3/+0
|
* Test that setting up tensor attribute for attributeMatch feature fails.Tor Egge2017-09-281-0/+10
|
* 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
|
* Use CollectionType defined in search::index::schema for search::fef::FieldInfo.Geir Storli2017-04-041-6/+5
| | | | This is the same as done with DataType.
* Add dense and sparse dot product support for imported attributesTor Brede Vekterli2017-04-031-2/+2
| | | | | | | | Uses AttributeContent to fetch values from target attribute. Value types are always treated as 64 bits due to AttributeContent API restrictions. Remove explicit AttributeManager use in feature test fixtures to avoid dependencies on anything but IAttributeVector.
* lazy evaluate ranking expressionsHaavard2017-02-231-0/+8
|
* PublishJon Bratseth2016-06-151-0/+300