aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/dotproductfeature.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove unused field/attribute access hinting.Tor Egge2023-05-131-2/+1
* Only close the _diskMemUsageSampler if it has been created.Henning Baldersheim2023-02-101-1/+0
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-1/+1
* Add explicit instantiation of ArrayParam<int64_t>.Tor Egge2022-10-171-4/+1
* Merge pull request #23655 from vespa-engine/arnej/less-internal-details-in-is...Henning Baldersheim2022-08-151-3/+3
|\
| * external error messages should not contain too many internal details.Arne H Juul2021-10-181-3/+3
* | Rename Tag to MultiValueTag (nested class inside IMultiValueAttribute).Tor Egge2022-04-221-1/+1
* | Always use MultiValueReadView for dot product feature on array attributes.Tor Egge2022-04-211-252/+52
* | Always use MultiValueReadView for dot product feature on weighted set attribu...Tor Egge2022-04-211-55/+26
* | Stop sharing multivalue read views.Tor Egge2022-04-121-12/+12
* | Simplify dot product executors for array attribute vectors.Tor Egge2022-04-121-31/+11
* | Remove search::multivalue::Value.Tor Egge2022-04-121-1/+1
* | Change search::multivalue::Value from class to using statement.Tor Egge2022-04-111-2/+2
* | Use IWeightedSetEnumReadView in dot product feature instead ofTor Egge2022-04-111-37/+26
* | Use IMultiValueReadView in dot product feature instead of getRawValues().Tor Egge2022-04-111-75/+81
* | Trim down search::multivalue::Value and search::multivalue::WeightedValue.Tor Egge2022-04-091-3/+3
* | Use data() member function to get pointer to the underlying array.Tor Egge2022-04-081-4/+4
* | Update signatures for getAttributeValues member functions.Tor Egge2022-04-081-33/+32
* | Use AtomicEntryRef in multivalue enum attributes.Tor Egge2022-03-081-2/+2
|/
* report more issues from searchlibHåvard Pettersen2021-10-151-5/+5
* report issues instead of logging warnings in some featuresArne H Juul2021-10-111-8/+10
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* handle value decoding failures more gracefullyHåvard Pettersen2021-03-241-6/+10
* remove EngineOrFactoryHåvard Pettersen2020-12-041-3/+4
* avoid using code that should be internal to TypedBinaryFormatArne Juul2020-10-141-3/+25
* Revert "Revert "When we pull in a cacheline, we should use it too.""Henning Baldersheim2020-06-081-1/+1
* Revert "When we pull in a cacheline, we should use it too."Harald Musum2020-06-081-1/+1
* - Stick to void * and byte offsets.Henning Baldersheim2020-06-071-1/+1
* - Add testing of enumerated weighted sets.Henning Baldersheim2020-03-311-10/+13
* Use a common accelrator instance.Henning Baldersheim2020-03-191-1/+1
* Avoid using a temporary.Henning Baldersheim2020-03-191-2/+1
* Special handle for non-enumerated integer fields too.Henning Baldersheim2020-03-181-5/+53
* Use a faster executor for single element exeutorsHenning Baldersheim2020-03-181-2/+37
* - Add debug logging.Henning Baldersheim2020-02-231-3/+2
* Add clang specific instantiation in dot product feature.Tor Egge2019-08-021-0/+3
* When the attribute is of type enum(mostly strings) the query vector can not b...Henning Baldersheim2019-06-191-9/+25
* Precompute key when we can.Henning Baldersheim2019-06-191-1/+3
* Use universal ref and std::forward.Henning Baldersheim2019-06-131-7/+7
* Explicit instantiate templates used on the outside.Henning Baldersheim2019-06-131-0/+2
* Also unify avoid copy for dotproduct blueprint.Henning Baldersheim2019-06-131-61/+149
* Also unify for dotproduct blueprint.Henning Baldersheim2019-06-131-10/+12
* Parse once and also avoid copyHenning Baldersheim2019-06-131-1/+5
* Precompute lookup keysHenning Baldersheim2019-06-131-52/+54
* Reuse codeHenning Baldersheim2019-06-061-7/+4
* attribute and query vector are 2 completely different dimensions.Henning Baldersheim2019-05-301-32/+52
* Add optimized support for array<byte>Henning Baldersheim2019-05-221-2/+8
* Add support for dotproduct over byte arrays/wsets too. Missed while specializ...Henning Baldersheim2019-05-221-0/+11
* The attribute muste be stored in athe shared state at the query level.Henning Baldersheim2019-05-211-13/+30
* Fix syntax errorsHenning Baldersheim2019-05-081-5/+6