aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/searchers/ValidateNearestNeighborTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Dealias nn fieldsJon Bratseth2023-01-271-6/+6
|
* Relax validation of nearest neighbor searcher (java).Tor Egge2023-01-161-4/+15
| | | | Relax validation of nearest neighbor iterator (C++).
* Convert container-search to junit5Bjørn Christian Seime2022-07-281-15/+15
|
* Deprecate ConfigGetterHarald Musum2022-07-071-8/+3
|
* Stop using deprecated ConfigGetter methodgjoranv2022-01-311-3/+8
|
* Clearer error messageJon Bratseth2022-01-071-1/+1
|
* Allow unquoted annotationsJon Bratseth2021-12-201-2/+2
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Optimize importsJon Bratseth2021-10-101-2/+0
|
* Use appropriate stub methodsJon Bratseth2021-10-101-4/+1
|
* Guarantee we always have an executorJon Bratseth2021-10-101-3/+3
|
* Add Executor to Execution.ContextJon Bratseth2021-10-081-1/+1
|
* allow multiple tensor types for same nameArne Juul2021-06-141-1/+25
| | | | | | * with several document types you can have fields with the same name but different tensor types that all should be allowed as target for nearestNeighbor operator.
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-0/+1
|
* update SelectParser and add targetHitsArne Juul2020-06-191-3/+3
| | | | | | | | | | * targetHits is now the preferred annotation replacing targetNumHits (for wand,weakand,nearestneighbor), the old name still works as an alias * note: targetNumHits is still produced when serializing to YQL * debugging/trace output will print the "targetHits" form * add nearestNeighborItem support to SelectParser * implement disclose() in nearestNeighborItem
* Validate before prepare to avoid depending on the properties APIJon Bratseth2020-03-111-14/+5
|
* Add temporary extra error infoJon Bratseth2020-03-061-2/+2
|
* Non-functional cleanupJon Bratseth2020-03-061-8/+1
|
* extend NearestNeighborItemArne Juul2020-03-021-9/+21
|
* Avoid deprecation warningsHenning Baldersheim2019-12-191-5/+1
|
* Allow nearest neighbor operator where attribute tensor and query tensor have ↵Geir Storli2019-12-051-14/+39
| | | | different cell types (float vs double).
* update unit test after reviewArne Juul2019-11-201-4/+33
|
* add unit test + minor fixes for ValidateNearestNeighborSearcherArne Juul2019-11-201-0/+168