aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/imported_search_context/imported_search_context_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose imported attributes in metrics.Tor Egge2024-04-261-0/+4
* tag blueprints with strictnessHÃ¥vard Pettersen2024-03-201-11/+11
* Tag hit estimates from attribute search contexts as unknown when applicable.Geir Storli2024-02-021-6/+14
* Clearly separate convenience methods only used for testing.Henning Baldersheim2023-11-071-2/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* - Use a rwlock as reading surpasses writing by a very large factor.Henning Baldersheim2023-05-251-1/+1
* Use shared_ptr for the read guardHenning Baldersheim2023-05-091-1/+1
* 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/+13
* Improve hit estimate for ImportedSearchContext.Tor Egge2022-11-141-1/+46
* Remove inlining warnings (searchlib).Tor Egge2022-02-261-0/+15
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add unit tests for active boundary checks.Tor Egge2021-02-121-0/+10
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-22/+39
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-39/+22
* Specify fast search explicit in testHenning Baldersheim2020-01-021-15/+13
* Consider estimated hitrate.Henning Baldersheim2020-01-011-0/+18
* Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-311-9/+10
* Move query classes used in streaming search to separate sub-folder and sub-li...Geir Storli2019-11-281-1/+1
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-0/+1
* - Do not follow the nullptr.Henning Baldersheim2018-07-231-1/+1
* Renaming and constification after code review comments.Henning Baldersheim2018-05-241-2/+2
* Refactored to allow iteration over matching elements.Henning Baldersheim2018-05-231-7/+7
* Change target attribute type in ImportedAttributeVector toTor Egge2018-04-201-1/+1
* Add ReadableAttributeVector interface used to create a short-lived read guard...Geir Storli2018-04-191-0/+1
* Change ImportedAttributeVector to no longer implement IAttributeVector API.Geir Storli2018-04-191-3/+3
* Keep a document meta store read guard together with bitvector posting list in...Geir Storli2017-09-111-1/+3
* Use bit vector search cache in imported search context if available.Geir Storli2017-09-061-5/+73
* If fetchPostings() is called with strict set to true then buildTor Egge2017-08-241-1/+8
* Revert "Revert "Balder/do not use your own docidlimit""Henning Baldersheim2017-06-221-5/+3
* Revert "Balder/do not use your own docidlimit"Henning Baldersheim2017-06-221-3/+5
* init correct range on attribute iterators.Henning Baldersheim2017-06-221-5/+3
* 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
* Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-031-2/+2
* Revert "Fix warnings hidden earlier due to including application headers as s...Henning Baldersheim2017-05-031-2/+2
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-2/+2
* Add more imported search context testsTor Brede Vekterli2017-03-201-14/+58
* Add imported search context and iteration (#2031)Tor Brede Vekterli2017-03-171-0/+295