aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/nns_index_iterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* add mimimal version of BoundDistanceFunctionArne Juul2023-04-191-3/+3
* Refactor out class to calculate the distance between attribute tensor and que...Geir Storli2022-06-291-4/+4
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* constify DistanceFunctionArne Juul2020-03-241-3/+3
* use distance function from index if availableArne Juul2020-03-231-8/+11
* change NNS rawscore so it is a closeness not a distanceArne Juul2020-03-191-1/+3
* keep "Neighbor" as name of structArne Juul2020-02-221-4/+4
* drop unneccessary passing of unused strict flagArne Juul2020-02-221-2/+0
* add commentArne Juul2020-02-201-0/+5
* use NearestNeighborIndex when availableArne Juul2020-02-201-1/+1
* add search iterator using result from find_top_kArne Juul2020-02-201-0/+65