aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/test/imported_attribute_fixture.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Wire the metastore read guard all the way and use it, if present.Henning Baldersheim2023-05-091-1/+0
* Use shared_ptr for the read guardHenning Baldersheim2023-05-091-1/+1
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-1/+1
* Adjust forward declaration.Tor Egge2020-01-071-1/+1
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-91/+19
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-19/+91
* Specify fast search explicit in testHenning Baldersheim2020-01-021-91/+19
* Consider estimated hitrate.Henning Baldersheim2020-01-011-1/+1
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-2/+2
* Avoid dependency on weighted set ordering in unit testsTor Brede Vekterli2019-10-181-3/+9
* Eliminate some clang warnings in searchlibTor Egge2019-02-081-4/+4
* Add shared pointer to document meta store context for referencedTor Egge2018-04-231-1/+7
* Use forward declared ReferenceAttribute.Tor Egge2018-04-201-0/+1
* Add ReadableAttributeVector interface used to create a short-lived read guard...Geir Storli2018-04-191-2/+10
* Change ImportedAttributeVector to no longer implement IAttributeVector API.Geir Storli2018-04-191-1/+5
* Revert "Revert "Add imported tensor attribute vector""Tor Egge2018-01-231-1/+20
* Revert "Add imported tensor attribute vector"HÃ¥kon Hallingstad2018-01-231-20/+1
* Add imported tensor attribute vector read guard.Tor Egge2018-01-221-0/+18
* Add imported tensor attribute vector.Tor Egge2018-01-221-1/+2
* Keep a document meta store read guard together with bitvector posting list in...Geir Storli2017-09-111-1/+29
* Use bit vector search cache in imported search context if available.Geir Storli2017-09-061-12/+31
* Instantiate bit vector search cache in imported attribute vectors if visibili...Geir Storli2017-09-061-1/+1
* Keep track of mapping from gid to referenced lid in reference attributeTor Egge2017-08-311-0/+5
* 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
* Remove carriage returnJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-2/+2
* Copyright headerJon Bratseth2017-06-131-2/+2
* Include stringfmt where it was needed.Henning Baldersheim2017-06-061-0/+1
* Add dense and sparse dot product support for imported attributesTor Brede Vekterli2017-04-031-10/+24
* Change reference attribute to update the lid-2-lid mapping during update() to...Geir Storli2017-03-211-1/+1
* Add imported search context and iteration (#2031)Tor Brede Vekterli2017-03-171-0/+249