aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/vsm/searcher/nearest_neighbor_field_searcher.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify ancient carefully hand optimized code in favour of simple readable codeHenning Baldersheim2024-01-101-5/+2
* Code cleanupHenning Baldersheim2024-01-101-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use targetHits in nearestNeighbor streaming searcher.Geir Storli2023-04-251-5/+8
* Pass FieldIdT by value in FieldSearcher.Geir Storli2023-04-241-1/+1
* Provide FieldPathMap and IQueryEnvironment when preparing streaming searchers.Geir Storli2023-04-201-3/+5
* Add exact nearest neighbor searcher over the streamed values of a tensor field.Geir Storli2023-04-201-0/+53