aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features
Commit message (Expand)AuthorAgeFilesLines
* use greatCircleDistance to compute distance(foo).kmArne Juul2024-01-302-84/+88
* Correct copyright headersJon Bratseth2023-10-092-2/+2
* Update copyrightJon Bratseth2023-10-09173-173/+173
* Use atomic error count in field match computer.Tor Egge2023-09-051-1/+1
* Keep oneliners for free functions.Henning Baldersheim2023-09-041-4/+2
* Unify and modernize code and layoutHenning Baldersheim2023-09-041-6/+6
* better error messagesArne Juul2023-08-072-2/+14
* more robust checking of value typeArne Juul2023-08-045-32/+40
* Avoid dereferencing empty unique pointer.Tor Egge2023-07-211-2/+6
* Limit fields used for match feature.Tor Egge2023-07-131-14/+37
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-073-11/+6
* Make average field length configurable for bm25 rank feature.Geir Storli2023-07-062-9/+30
* Handle attibute feature for imported bool attribute.Tor Egge2023-06-291-6/+4
* Allow negative values from closeness when using dotproduct distance metric.Geir Storli2023-06-013-3/+10
* Remove unused field/attribute access hinting.Tor Egge2023-05-1328-54/+22
* Add attribute access hint for tensorFromWeightedSet feature.Tor Egge2023-05-101-0/+3
* Update closeness (rawscore) and distance for the dotproduct distance metric.Geir Storli2023-05-081-2/+2
* cleanup whitespaceArne Juul2023-04-305-5/+5
* Reduce transitive includes.Henning Baldersheim2023-03-013-0/+3
* Test closest feature setup failures.Tor Egge2023-02-271-15/+1
* Rename f2 to f when appropriate.Tor Egge2023-02-271-6/+14
* Add closest feature.Tor Egge2023-02-278-2/+332
* Only close the _diskMemUsageSampler if it has been created.Henning Baldersheim2023-02-101-1/+0
* - Improve sanity checking of input to distance-to-path feature.Henning Baldersheim2023-02-061-5/+4
* Use the simple tokenizer, no need to pull in boostHenning Baldersheim2023-02-032-14/+12
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-011-9/+13
* use LOG_WOULD_LOG macroArne Juul2023-01-121-1/+1
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-2126-48/+48
* Handle zero terms for element similarity feature.Tor Egge2022-12-091-2/+2
* Separate where you nede an actual hash, and where you want the string hashed ...Henning Baldersheim2022-11-202-7/+7
* Add explicit instantiation of ArrayParam<int64_t>.Tor Egge2022-10-171-4/+1
* Use consistent terminologyJon Bratseth2022-09-291-3/+3
* Normalize includes in searchlib.Tor Egge2022-09-274-4/+4
* Add noexcept specifiers to DistanceCalculatorBundle::Element constructors.Tor Egge2022-08-172-4/+4
* Merge pull request #23655 from vespa-engine/arnej/less-internal-details-in-is...Henning Baldersheim2022-08-157-13/+13
|\
| * external error messages should not contain too many internal details.Arne H Juul2021-10-187-13/+13
* | Calculate distance raw score lazily in rank feature if not calculated during ...Geir Storli2022-07-082-0/+9
* | Setup distance calculators per term-field pair in distance and closeness feat...Geir Storli2022-07-086-16/+179
* | Refactor shared code between closeness and distance features.Geir Storli2022-07-065-49/+110
* | Refactor out code used to lookup a query value for re-use other places.Geir Storli2022-07-042-192/+19
* | Add noexcept specifier.Tor Egge2022-07-032-4/+4
* | disallow bad position fieldArne H Juul2022-06-091-7/+0
* | Add bm25() and matches() and remove now() as default rank features to be dump...Geir Storli2022-06-083-7/+23
* | fix undefined behavior in unit tests -- WIPHåvard Pettersen2022-06-071-1/+1
* | Avoid pulling in stringfmt.h in by moving code to .cpp file.Henning Baldersheim2022-05-311-0/+1
* | support default tensor values for query featureHåvard Pettersen2022-05-132-48/+105
* | Check that the value has dimensions before trying to decode.Henning Baldersheim2022-05-071-1/+1
* | use shared state for query tensorsHåvard Pettersen2022-05-063-10/+57
* | Rename MultiAttributeExecutor to ArrayAttributeExecutor.Tor Egge2022-04-251-11/+11
* | Remove unused useKey argument in WeightedSetAttributeExecutor.Tor Egge2022-04-251-24/+17