aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/nns_distance/nns_distance_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Use gtest for closeness and distance features unit tests.Tor Egge2023-02-271-27/+71
|
* Test lazy distance calculation in distance and closeness features.Geir Storli2022-07-111-3/+31
|
* Share fixture classes used by distance and closeness unit tests.Geir Storli2022-07-081-94/+12
|
* Remove inlining warnings (searchlib).Tor Egge2022-02-261-0/+3
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* change NNS rawscore so it is a closeness not a distanceArne Juul2020-03-191-4/+4
|
* refactor common test code to reduce duplicationArne Juul2020-03-181-20/+1
|
* use label marker for distance and closeness featuresArne Juul2020-03-171-3/+9
| | | | | | | * distance feature now has a two arguments version, allowing the user to explicitly specify label or field * extend closeness feature the same ways as distance feature * add unit test for NNS closeness
* review follow-upArne Juul2020-03-161-2/+2
|
* add unit test for extended distance featureArne Juul2020-03-131-0/+177