aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* Reduce included code.Henning Baldersheim2023-05-122-2/+7
* Max tree size 64k -> 1mHenning Baldersheim2023-05-122-7/+7
* Remove unused method.Henning Baldersheim2023-05-121-1/+0
* Use SmallVector to avoid allocation in the common case.Henning Baldersheim2023-05-123-18/+33
* Pack the State a bit closer togetherHenning Baldersheim2023-05-122-6/+6
* As a single field per blueprint is the common use case, make that optimal mor...Henning Baldersheim2023-05-124-41/+52
* Move the fieldspec base vector.Henning Baldersheim2023-05-117-24/+25
* 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-0910-57/+55
* Merge pull request #27052 from vespa-engine/balder/use-shared-ptr-for-read-guardHenning Baldersheim2023-05-098-11/+15
|\
| * Use shared_ptr for the read guardHenning Baldersheim2023-05-098-11/+15
* | 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-083-9/+20
* Make it possible to configure dotproduct distance metric.Geir Storli2023-05-054-10/+9
* Only shrink hnsw graph as part of shrinking lid space on tensor attributeTor Egge2023-05-011-5/+7
* cleanup whitespaceArne Juul2023-04-3045-71/+71
* add some documentation commentsArne Juul2023-04-282-1/+20
* add unit testArne Juul2023-04-282-2/+4
* 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-2715-503/+33
* garbage collect unused APIArne Juul2023-04-277-19/+8
* no need to convert cells in DistanceCalculator anymoreArne Juul2023-04-272-44/+1
* 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-269-47/+170
|\
| * use switch not multiple ifsArne Juul2023-04-251-30/+28
| * add BoundHammingDistanceArne Juul2023-04-253-3/+76
| * remove unused method from APIArne Juul2023-04-256-18/+6
| * add BoundGeoDistanceArne Juul2023-04-253-4/+68
* | Merge pull request #26850 from vespa-engine/geirst/nearest-neighbor-target-hi...Geir Storli2023-04-255-21/+61
|\ \ | |/ |/|
| * Use targetHits in nearestNeighbor streaming searcher.Geir Storli2023-04-255-21/+61
* | Merge pull request #26846 from vespa-engine/arnej/bound-prenormalized-3Arne H Juul2023-04-259-8/+133
|\ \
| * | style fixesArne Juul2023-04-254-8/+8
| * | add BoundPrenormalizedAngularDistanceArne Juul2023-04-255-0/+125
* | | Check target attribute lid range.Tor Egge2023-04-2534-25/+130
|/ /
* / Move search::FeatureValues to vespalib::FeatureValues in preparation forTor Egge2023-04-254-248/+2
|/
* split out TemporaryVectorStoreArne Juul2023-04-247-103/+92
* also add BoundEuclideanDistanceArne Juul2023-04-245-2/+90
* Remove (SearchResult|DocumentSummary)(Command|Reply) storage and documentapi ...Tor Egge2023-04-212-2/+2