summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/nearest_neighbor_field_searcher
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* remove unused distance functionsArne Juul2023-04-271-3/+1
|
* Use targetHits in nearestNeighbor streaming searcher.Geir Storli2023-04-251-11/+50
| | | | A distance heap is used to limit the number of produced document matches.
* Provide FieldPathMap and IQueryEnvironment when preparing streaming searchers.Geir Storli2023-04-201-21/+15
| | | | This is required to prepare the NearestNeighborFieldSearcher.
* Add exact nearest neighbor searcher over the streamed values of a tensor field.Geir Storli2023-04-202-0/+164
Note: Integration into the searchvisitor remains.