summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/searchers/ValidateNearestNeighborSearcher.java
Commit message (Expand)AuthorAgeFilesLines
* give better error message about bad query tensor typeArne Juul2024-03-061-0/+12
* Update copyrightJon Bratseth2023-10-091-1/+1
* Relax validation of nearest neighbor searcher (java).Tor Egge2023-01-161-11/+26
* Resolve rank profile inputsJon Bratseth2022-04-211-3/+1
* Clearer error messageJon Bratseth2022-01-071-1/+1
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-031-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* allow multiple tensor types for same nameArne Juul2021-06-141-16/+28
* Non-functional changes onlyJon Bratseth2021-05-191-1/+0
* Reject queries searching tensor fieldsJon Bratseth2020-11-291-3/+1
* update SelectParser and add targetHitsArne Juul2020-06-191-1/+1
* Validate before prepare to avoid depending on the properties APIJon Bratseth2020-03-111-73/+19
* Add temporary extra error infoJon Bratseth2020-03-061-7/+56
* Non-functional cleanupJon Bratseth2020-03-061-47/+25
* Allow nearest neighbor operator where attribute tensor and query tensor have ...Geir Storli2019-12-051-1/+5
* add unit test + minor fixes for ValidateNearestNeighborSearcherArne Juul2019-11-201-4/+24
* updates after reviewArne Juul2019-11-191-2/+3
* add NearestNeighborItem with validationArne Juul2019-11-191-0/+127