summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/nearest_neighbor/nearest_neighbor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-1/+15
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-3/+4
* track CellType moveArne Juul2020-11-201-1/+1
* cosmetic cleanupsArne Juul2020-10-151-2/+1
* simplifyArne Juul2020-10-151-1/+0
* handle both engine- and factory-based tensorsArne Juul2020-10-151-16/+11
* allow filter in bruteforceArne Juul2020-05-121-3/+49
* constify DistanceFunctionArne Juul2020-03-241-1/+1
* track API changesArne Juul2020-03-231-7/+18
* change NNS rawscore so it is a closeness not a distanceArne Juul2020-03-191-6/+14
* drop unneccessary passing of unused strict flagArne Juul2020-02-221-1/+1
* unit test vector iteratorArne Juul2020-02-201-0/+67
* Allow nearest neighbor operator where attribute tensor and query tensor have ...Geir Storli2019-12-051-11/+32
* template cell types alsoArne Juul2019-11-281-2/+2
* simplifyHÃ¥vard Pettersen2019-11-261-10/+2
* refactor and check with non-null tensorArne Juul2019-11-261-18/+23
* move iterator implementation details to .cpp fileArne Juul2019-11-261-13/+11
* add NearestNeighborIteratorArne Juul2019-11-251-0/+177