aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/nearest_neighbor_iterator.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* make one DistanceCalculator per NearestNeighborIterator instanceArne Juul2023-08-141-5/+5
* cleanup whitespaceArne Juul2023-04-301-1/+1
* GlobalFilter is now an interfaceHÃ¥vard Pettersen2022-09-121-3/+5
* Refactor out class to calculate the distance between attribute tensor and que...Geir Storli2022-06-291-17/+10
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* add wiring to allow NNS for imported tensorArne Juul2021-03-301-5/+5
* move class to the only place it is usedArne Juul2020-12-101-1/+0
* handle both engine- and factory-based tensorsArne Juul2020-10-151-5/+5
* no_bitvector -> !has_filterArne Juul2020-05-121-4/+4
* allow filter in bruteforceArne Juul2020-05-121-0/+4
* constify DistanceFunctionArne Juul2020-03-241-3/+3
* use distance function from index if availableArne Juul2020-03-231-3/+8
* template cell types alsoArne Juul2019-11-281-8/+36
* move iterator implementation details to .cpp fileArne Juul2019-11-261-59/+7
* add NearestNeighborIteratorArne Juul2019-11-251-0/+79