summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/prod_features.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use "_test" suffix for unit test cpp files.Geir Storli2023-08-301-2256/+0
* Limit fields used for match feature.Tor Egge2023-07-131-2/+23
* Empty string is now a valid keyHenning Baldersheim2023-04-131-1/+4
* - Improve sanity checking of input to distance-to-path feature.Henning Baldersheim2023-02-061-4/+5
* Expose SameElement query terms to ranking.Geir Storli2023-01-121-0/+11
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-2/+2
* 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-311-78/+49
* 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-081-2/+2
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-0/+1
* Use IMultiValueReadView in dot product feature instead of getRawValues().Tor Egge2022-04-111-2/+2
* add unit tests for new featuresArne H Juul2022-01-311-1/+66
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+0
* also test new distance outputsArne Juul2020-08-251-8/+25
* add more outputs to distance featureArne Juul2020-08-121-2/+2
* remove fef::Location, use common::GeoLocationSpec insteadArne Juul2020-07-161-11/+18
* Followup from PR comments.Henning Baldersheim2020-06-301-13/+10
* Rename unique feature to globalsequence.Henning Baldersheim2020-06-291-8/+22
* Follow up on PR comments.Henning Baldersheim2020-06-231-2/+0
* Add a rank feature that will use the distribution key to provide a globally u...Henning Baldersheim2020-06-221-0/+22
* Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-251-3/+3
* - Add testing of enumerated weighted sets.Henning Baldersheim2020-03-311-4/+6
* Merge pull request #12618 from vespa-engine/balder/use-fast-map-for-few-elementsHenning Baldersheim2020-03-191-4/+6
|\
| * Special handle for non-enumerated integer fields too.Henning Baldersheim2020-03-181-4/+6
* | use label marker for distance and closeness featuresArne Juul2020-03-171-3/+5
|/
* test must now setup field info correctlyArne Juul2020-03-121-2/+13
* Test must specify field type.Henning Baldersheim2020-03-051-4/+5
* Add tests for bool, byte, long, and double attributes.Henning Baldersheim2020-02-241-7/+35
* Follow clion adviseHenning Baldersheim2020-02-231-74/+54
* Block multiple load calls for same attribute vector.Tor Egge2019-08-291-0/+1
* Expose absolute values for document frequency in ITermFieldData (as needed by...Geir Storli2019-06-121-2/+4
* Add optimized support for array<byte>Henning Baldersheim2019-05-221-24/+35
* Add test for SingleZeroValueExecutor too.Henning Baldersheim2019-05-091-0/+3
* Use a query that actually produce a non-zeroo result.Henning Baldersheim2019-05-081-4/+6
* Add a test that we select the most optimal execution also for non-enumerated ...Henning Baldersheim2019-05-081-16/+23
* Also make a faster DotproductExecutor when using enumerated values.Henning Baldersheim2019-05-071-3/+1
* Also use a specialized implementation for wset. For now only non enum versions.Henning Baldersheim2019-05-071-2/+2
* Rename AttributeVector::saveAs() method to save().Tor Egge2018-08-171-1/+1
* Rename feature randomNormalMatch -> randomNormalStableLester Solbakken2018-06-151-15/+15
* Move match version of random normal to it's own featureLester Solbakken2018-06-141-23/+44
* Remove unnecessary logging in unit testLester Solbakken2018-06-141-2/+0
* Fix random normal match testLester Solbakken2018-06-141-6/+21
* Add match to output in randomNormal testLester Solbakken2018-06-131-1/+1
* Add randomNormal.matchLester Solbakken2018-06-131-0/+10
* remove TensorSum (use more generic TensorReduce instead)Håvard Pettersen2017-10-261-1/+1
* Replace tab with spaces.Geir Storli2017-09-131-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1