summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/query/NearestNeighborItem.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19747 from vespa-engine/bratset/items-equalityJon Bratseth2021-10-281-1/+21
|\ | | | | Bratset/items equality
| * Always compare item content fully in Item.equalsJon Bratseth2021-10-271-1/+21
| |
* | Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|/
* Remove Beta annotationJon Bratseth2021-06-141-2/+0
|
* backend always expects distanceThreshold nowArne Juul2021-03-231-10/+1
| | | | * so no need to set an extra bit signalling that it is sent
* always send distance threshold in NearestNeighborItemArne Juul2021-01-271-2/+4
|
* only send distanceThreshold conditionallyArne Juul2021-01-081-2/+10
| | | | | * abuse a bit in the "allow approximation" integer * we want to cleanup this in several steps later.
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-0/+10
|
* Store scaling events in ZooKeeperJon Bratseth2020-10-221-1/+1
|
* update SelectParser and add targetHitsArne Juul2020-06-191-1/+12
| | | | | | | | | | * 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
* Disallow unbound tensor dimensions in document fieldsJon Bratseth2020-06-081-1/+1
|
* Non-functional cleanupJon Bratseth2020-03-061-0/+1
|
* extend NearestNeighborItemArne Juul2020-03-021-0/+18
|
* updates after reviewArne Juul2019-11-191-20/+21
|
* add NearestNeighborItem with validationArne Juul2019-11-191-0/+69