aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/distancefeature.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove unused field/attribute access hinting.Tor Egge2023-05-131-9/+5
* Update closeness (rawscore) and distance for the dotproduct distance metric.Geir Storli2023-05-081-2/+2
* Add closest feature.Tor Egge2023-02-271-1/+1
* Normalize includes in searchlib.Tor Egge2022-09-271-1/+1
* Calculate distance raw score lazily in rank feature if not calculated during ...Geir Storli2022-07-081-0/+5
* Setup distance calculators per term-field pair in distance and closeness feat...Geir Storli2022-07-081-2/+13
* Refactor shared code between closeness and distance features.Geir Storli2022-07-061-25/+9
* disallow bad position fieldArne H Juul2022-06-091-7/+0
* geo distance for streamingArne H Juul2022-02-031-11/+15
* add extra output with distance in kmArne H Juul2022-01-311-1/+7
* pick the right attribute for streamingArne H Juul2022-01-281-2/+3
* report more issues from searchlibHÃ¥vard Pettersen2021-10-151-3/+3
* report issues instead of logging warnings in some featuresArne H Juul2021-10-111-5/+7
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use a "corner" as default for lat/lon outputsArne Juul2020-08-181-4/+4
* add more outputs to distance featureArne Juul2020-08-121-0/+12
* remove fef/location.h as wellArne Juul2020-07-161-1/+0
* remove fef::Location, use common::GeoLocationSpec insteadArne Juul2020-07-161-17/+9
* remove some spammy loggingArne Juul2020-07-151-4/+0
* less log spamArne Juul2020-07-151-14/+13
* add debug loggingArne Juul2020-07-151-5/+11
* support multiple positions in queryArne Juul2020-07-151-29/+47
* change NNS rawscore so it is a closeness not a distanceArne Juul2020-03-191-2/+2
* use label marker for distance and closeness featuresArne Juul2020-03-171-15/+40
* add unit test for extended distance featureArne Juul2020-03-131-6/+1
* also support labeled itemsArne Juul2020-03-121-11/+34
* extend "distance" feature to also extract NNS rawscoreArne Juul2020-03-121-13/+102
* spell check: Euclidian -> EuclideanArne Juul2020-03-111-1/+1
* - Add debug logging.Henning Baldersheim2020-02-231-17/+12
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-7/+7
* Make searchlib compile with '-Og'.Geir Storli2017-05-051-0/+4
* Pass docId (local document id) to feature executor execute method insteadTor Egge2016-12-091-2/+2
* Use methods on input and output objects to get/set feature values instead ofTor Egge2016-12-071-1/+1
* Allocate feature executors on a stash to get them close together in memory.Tor Egge2016-12-021-3/+3
* use cmathArne Juul2016-06-271-2/+1
* PublishJon Bratseth2016-06-151-0/+148