aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/vsm/searcher/nearest_neighbor_field_searcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify ancient carefully hand optimized code in favour of simple readable codeHenning Baldersheim2024-01-101-3/+3
* Update copyrightJon Bratseth2023-10-091-1/+1
* Setup distance metrics for streaming search.Tor Egge2023-06-051-2/+3
* Use DistanceMetricUtils for converting string value to distance metric.Tor Egge2023-05-241-14/+14
* remove unused distance functionsArne Juul2023-04-271-1/+0
* Use targetHits in nearestNeighbor streaming searcher.Geir Storli2023-04-251-6/+15
* 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/+15
* Add exact nearest neighbor searcher over the streamed values of a tensor field.Geir Storli2023-04-201-0/+139