aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Add attribute access hint for tensorFromWeightedSet feature.Tor Egge2023-05-101-0/+3
* Setup search visitor without proton process.Tor Egge2023-05-102-4/+4
* Use createContextParams helper method.Henning Baldersheim2023-05-103-23/+23
* Grab the fallback guard in the constructor to ensure it is held fetching the ...Henning Baldersheim2023-05-104-10/+22
* Wire the metastore read guard all the way and use it, if present.Henning Baldersheim2023-05-0912-59/+55
* Merge pull request #27052 from vespa-engine/balder/use-shared-ptr-for-read-guardHenning Baldersheim2023-05-0911-16/+20
|\
| * Use shared_ptr for the read guardHenning Baldersheim2023-05-0911-16/+20
* | Use const auto&Tor Egge2023-05-091-3/+3
* | Add RankingAssetsBuilder.Tor Egge2023-05-096-3/+137
|/
* Move ranking config to configdefinitions module.Tor Egge2023-05-0911-1/+410
* Revert "Move ranking config to configdefinitions module"Harald Musum2023-05-0811-411/+1
* Update class comment.Tor Egge2023-05-081-1/+2
* Move ranking config to configdefinitions module.Tor Egge2023-05-0811-1/+410
* Update closeness (rawscore) and distance for the dotproduct distance metric.Geir Storli2023-05-084-22/+24
* Make it possible to configure dotproduct distance metric.Geir Storli2023-05-055-20/+26
* Only shrink hnsw graph as part of shrinking lid space on tensor attributeTor Egge2023-05-012-7/+14
* cleanup whitespaceArne Juul2023-04-3046-72/+72
* add some documentation commentsArne Juul2023-04-282-1/+20
* add unit testArne Juul2023-04-283-2/+166
* add enumArne Juul2023-04-285-3/+18
* add proof-of-concept for Maximum Inner Product SearchArne Juul2023-04-283-0/+130
* update some documentation commentsArne Juul2023-04-275-3/+10
* remove unused distance functionsArne Juul2023-04-2718-589/+51
* garbage collect unused APIArne Juul2023-04-277-19/+8
* no need to convert cells in DistanceCalculator anymoreArne Juul2023-04-273-47/+4
* Merge pull request #26871 from vespa-engine/arnej/calc-with-limit-optArne H Juul2023-04-272-2/+7
|\
| * avoid looping twice for calc_with_limit with BFloat16 cellsArne Juul2023-04-262-2/+7
* | Consolidate feature extraction between indexed and streaming search.Tor Egge2023-04-262-0/+51
|/
* Merge pull request #26849 from vespa-engine/arnej/add-bound-hammingGeir Storli2023-04-2610-144/+273
|\
| * use switch not multiple ifsArne Juul2023-04-251-30/+28
| * add BoundHammingDistanceArne Juul2023-04-254-3/+82
| * remove unused method from APIArne Juul2023-04-256-18/+6
| * add BoundGeoDistanceArne Juul2023-04-254-101/+165
* | Remove bad constexpr.Tor Egge2023-04-261-1/+1
* | Merge pull request #26850 from vespa-engine/geirst/nearest-neighbor-target-hi...Geir Storli2023-04-256-27/+67
|\ \ | |/ |/|
| * Use targetHits in nearestNeighbor streaming searcher.Geir Storli2023-04-256-27/+67
* | Merge pull request #26846 from vespa-engine/arnej/bound-prenormalized-3Arne H Juul2023-04-2510-13/+227
|\ \
| * | extended testArne Juul2023-04-251-7/+35
| * | style fixesArne Juul2023-04-254-8/+8
| * | add BoundPrenormalizedAngularDistanceArne Juul2023-04-256-0/+186
* | | Add checks for number of documents in target attribute.Tor Egge2023-04-252-0/+4
* | | Check target attribute lid range.Tor Egge2023-04-2537-26/+160
|/ /
* / Move search::FeatureValues to vespalib::FeatureValues in preparation forTor Egge2023-04-255-250/+4
|/
* split out TemporaryVectorStoreArne Juul2023-04-247-103/+92
* also add BoundEuclideanDistanceArne Juul2023-04-246-11/+163
* Remove (SearchResult|DocumentSummary)(Command|Reply) storage and documentapi ...Tor Egge2023-04-212-2/+2
* Merge pull request #26791 from vespa-engine/arnej/bound-angularArne H Juul2023-04-206-20/+250
|\
| * minor updates to comments after reviewArne Juul2023-04-203-3/+5
| * add BoundAngularDistanceArne Juul2023-04-204-18/+144
| * prepare for more advanced BoundDistanceFunctionArne Juul2023-04-202-0/+102