aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/imported_dot_product
Commit message (Expand)AuthorAgeFilesLines
* Rename searchlib library to vespa_searchlib.Tor Egge2024-06-201-1/+1
* Update copyrightJon Bratseth2023-10-092-2/+2
* Always use MultiValueReadView for dot product feature on array attributes.Tor Egge2022-04-211-10/+42
* Remove inlining warnings (searchlib).Tor Egge2022-02-261-0/+6
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-2/+4
* avoid using vespalib::tensor directlyArne Juul2020-11-271-6/+14
* handle both engine- and factory-based tensorsArne Juul2020-10-151-4/+3
* c_str -> dataHenning Baldersheim2020-01-211-1/+1
* add TypedCells and related functionalityArne Juul2019-07-041-4/+4
* serialize float cellsHÃ¥vard Pettersen2019-06-071-8/+8
* attribute and query vector are 2 completely different dimensions.Henning Baldersheim2019-05-301-5/+3
* The attribute muste be stored in athe shared state at the query level.Henning Baldersheim2019-05-211-4/+6
* Also test from tensor in unit test.Henning Baldersheim2019-04-051-11/+57
* Add ReadableAttributeVector interface used to create a short-lived read guard...Geir Storli2018-04-191-3/+5
* Change ImportedAttributeVector to no longer implement IAttributeVector API.Geir Storli2018-04-191-3/+4
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
* Copyright headerJon Bratseth2017-06-132-2/+2
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-051-3/+4
* Add dense and sparse dot product support for imported attributesTor Brede Vekterli2017-04-032-0/+242