aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/vsm/searcher/nearest_neighbor_field_searcher.h
Commit message (Collapse)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
| | | | A distance heap is used to limit the number of produced document matches.
* 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
| | | | This is required to prepare the NearestNeighborFieldSearcher.
* Add exact nearest neighbor searcher over the streamed values of a tensor field.Geir Storli2023-04-201-0/+53
Note: Integration into the searchvisitor remains.