aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/imported_attribute_vector
Commit message (Expand)AuthorAgeFilesLines
* Rename IDocumentWeightAttribute to IDocidWithWeightPostingStore.Geir Storli2023-11-231-2/+2
* Update copyrightJon Bratseth2023-10-092-2/+2
* Add checks for number of documents in target attribute.Tor Egge2023-04-251-0/+2
* Check target attribute lid range.Tor Egge2023-04-251-0/+16
* GC getString interfaceHenning Baldersheim2023-03-071-3/+4
* Rename first used generation -> oldest used generation.Geir Storli2022-10-121-8/+8
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-1/+1
* Remove inlining warnings (searchlib).Tor Egge2022-02-261-0/+11
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* Add unit tests for active boundary checks.Tor Egge2021-02-121-0/+14
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-3/+4
* cleanup unused includeArne Juul2020-11-271-1/+0
* simplifyArne Juul2020-10-151-3/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-15/+15
* Forward isUndefined() for imported attributes to the target attribute vectorTor Brede Vekterli2020-01-311-0/+14
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-0/+1
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-1/+0
* Specify fast search explicit in testHenning Baldersheim2020-01-021-0/+1
* remove tensor factoryHåvard Pettersen2019-05-311-19/+15
* Test that isImported() returns true.Geir Storli2018-04-231-0/+4
* Add type-safe down-cast to ITensorAttribute in IAttributeVector and use this ...Geir Storli2018-04-191-2/+7
* Add ReadableAttributeVector interface used to create a short-lived read guard...Geir Storli2018-04-191-1/+1
* Remove useReadGuard template argument from fixtures as read guard is always u...Geir Storli2018-04-191-104/+18
* Change ImportedAttributeVector to no longer implement IAttributeVector API.Geir Storli2018-04-191-28/+23
* Keep imported tensor attribute vector read guard live during access.Tor Egge2018-01-231-1/+2
* Revert "Revert "Add imported tensor attribute vector""Tor Egge2018-01-231-0/+97
* Revert "Add imported tensor attribute vector"Håkon Hallingstad2018-01-231-97/+0
* Use ASSERT_TRUE instead of EXPECT_TRUE.Tor Egge2018-01-231-1/+1
* Fix typo in tensor spec.Tor Egge2018-01-221-1/+1
* Add imported tensor attribute vector read guard.Tor Egge2018-01-221-0/+97
* Explicit `this` not needed for own type memberTor Brede Vekterli2017-08-241-1/+1
* Map child LID to parent LID space in onSerializeFor...Sort functionsTor Brede Vekterli2017-08-241-16/+37
* Add string from enum lookup to IAttributeVectorTor Brede Vekterli2017-08-211-0/+22
* Add ImportedAttributeVectorReadGuard, used to handle imported attributesTor Egge2017-08-181-23/+101
* Revert "Revert "Balder/do not use your own docidlimit""Henning Baldersheim2017-06-221-0/+1
* Revert "Balder/do not use your own docidlimit"Henning Baldersheim2017-06-221-1/+0
* init correct range on attribute iterators.Henning Baldersheim2017-06-221-0/+1
* 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
* Remove carriage returnJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-132-3/+3
* Copyright headerJon Bratseth2017-06-132-3/+3
* Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-031-1/+1
* Revert "Fix warnings hidden earlier due to including application headers as s...Henning Baldersheim2017-05-031-1/+1
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-1/+1
* Add imported search context and iteration (#2031)Tor Brede Vekterli2017-03-171-228/+21
* Merge pull request #1975 from yahoo/geirst/improve-imported-attribute-unit-testGeir Storli2017-03-091-7/+9
|\
| * Use std::async instead of explicit std::thread.Geir Storli2017-03-091-5/+2
| * Improve testing of acquireEnumGuard() by checking that guard is taken on unde...Geir Storli2017-03-091-7/+12