aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features
Commit message (Expand)AuthorAgeFilesLines
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-217-29/+29
* Separate where you nede an actual hash, and where you want the string hashed ...Henning Baldersheim2022-11-201-10/+10
* Use AttributeBuilder in prod features unit tests.Geir Storli2022-10-313-79/+51
* Revert "Revert "Unify access to assets needed during rank-setup.""Henning Baldersheim2022-09-071-11/+11
* Revert "Unify access to assets needed during rank-setup."Tor Egge2022-09-071-11/+11
* Unify access to assets needed during rank-setup.Henning Baldersheim2022-09-061-11/+11
* Test lazy distance calculation in distance and closeness features.Geir Storli2022-07-112-3/+60
* Share fixture classes used by distance and closeness unit tests.Geir Storli2022-07-084-186/+24
* more testing (arnej)Håvard Pettersen2022-06-091-3/+5
* disallow bad position fieldArne H Juul2022-06-091-2/+2
* Add bm25() and matches() and remove now() as default rank features to be dump...Geir Storli2022-06-082-2/+8
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-258-8/+9
* support default tensor values for query featureHåvard Pettersen2022-05-131-0/+15
* Always use MultiValueReadView for dot product feature on array attributes.Tor Egge2022-04-211-10/+42
* Use IMultiValueReadView in dot product feature instead of getRawValues().Tor Egge2022-04-111-2/+2
* use getopt/getopt_long directlyHåvard Pettersen2022-04-011-6/+5
* Remove inlining warnings (searchlib).Tor Egge2022-02-268-0/+27
* add unit tests for new featuresArne H Juul2022-01-312-1/+67
* auto-unbox scalar results from interpreted ranking expressionsHåvard Pettersen2022-01-271-2/+6
* added new rank feature "onnx(model_name)"Håvard Pettersen2021-11-021-6/+23
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
* Don't inline OnnxFeatureTest destructor.Tor Egge2021-10-271-0/+3
* report onnx model evaluation as an issueHåvard Pettersen2021-10-131-0/+14
* Update Verizon Media copyright notices.gjoranv2021-10-078-8/+8
* Update 2017 copyright notices.gjoranv2021-10-0750-50/+50
* avoid crash on run-time onnx errorsHåvard Pettersen2021-08-113-9/+12
* dry run onnx models on setupHåvard Pettersen2021-06-234-3/+78
* also test tensorFromLabels with single-value integer attributeArne Juul2021-06-181-0/+18
* use explicit expression nameHåvard Pettersen2021-06-021-11/+11
* external ranking expressionsHåvard Pettersen2021-05-201-6/+23
* Revert "external ranking expressions"Harald Musum2021-05-201-23/+6
* external ranking expressionsHåvard Pettersen2021-05-181-6/+23
* support functional constantsHåvard Pettersen2021-05-111-1/+45
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-301-1/+1
* all scalars must be doubleHåvard Pettersen2021-03-042-3/+3
* - Add the cost to expensive tests.Henning Baldersheim2021-01-131-1/+1
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-025-31/+34
* avoid using vespalib::tensor directlyArne Juul2020-11-271-6/+14
* use factory.from_spec() instead of tensor::makeTensor<T>Arne Juul2020-11-271-29/+29
* cosmetic cleanupsArne Juul2020-10-152-4/+2
* simplifyArne Juul2020-10-152-6/+2
* handle both engine- and factory-based tensorsArne Juul2020-10-155-57/+54
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-052-2/+0
* handle onnx model config for inputs and outputsHåvard Pettersen2020-09-221-5/+21
* normalize input and output namesHåvard Pettersen2020-09-034-0/+73
* Merge pull request #14227 from vespa-engine/havardpe/handle-onnx-models-configHåvard Pettersen2020-09-021-3/+1
|\
| * handle onnx models configHåvard Pettersen2020-09-011-3/+1
* | unit test direct tensor reference as wellArne Juul2020-09-011-5/+32
|/
* infer unknown onnx dimension sizesHåvard Pettersen2020-08-271-1/+14
* also test new distance outputsArne Juul2020-08-252-9/+26