aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/postinglistattribute
Commit message (Expand)AuthorAgeFilesLines
* tag blueprints with strictnessHÃ¥vard Pettersen2024-03-201-6/+6
* Tag hit estimates from attribute search contexts as unknown when applicable.Geir Storli2024-02-021-3/+5
* Rename PostingList to PostingStore to be more precise.Geir Storli2023-11-211-9/+7
* Update copyrightJon Bratseth2023-10-092-2/+2
* Revert "Revert "- Consolidate on isFilter.""Henning Baldersheim2023-07-191-10/+10
* Revert "- Consolidate on isFilter."Tor Egge2023-07-141-10/+10
* - Consolidate on isFilter.Henning Baldersheim2023-07-051-10/+10
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-25/+19
* Alwasy use bitvector for long posting lists.Henning Baldersheim2022-09-291-19/+9
* Remove most use of vespalib::rmdir in searchlib.Tor Egge2022-06-021-4/+4
* Inherit from vespalib::GrowStrategyHenning Baldersheim2022-05-261-1/+1
* Use unique_ptr for Config in AttributeVectorHenning Baldersheim2022-05-261-3/+4
* Check attribute vector posting list (btree vs bitvector).Tor Egge2022-05-161-18/+51
* Use gtest for posting list attribute unit test.Tor Egge2022-05-163-94/+136
* Remove search::multivalue::Value.Tor Egge2022-04-121-2/+2
* Implement IMultiValueAttribute interface in MultiValueAttribute.Geir Storli2022-03-301-4/+4
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-1/+2
* Update 2017 copyright notices.gjoranv2021-10-073-3/+3
* Reduce EnumStoreDictionary B-tree exposure in PostingListAttribute unit test.Tor Egge2021-03-231-13/+11
* Remove the need for friend declarations.Henning Baldersheim2021-03-041-2/+1
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-2/+2
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-13/+13
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-13/+13
* Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-311-13/+13
* Style changes and function renaming in enum store.Geir Storli2019-09-131-3/+3
* Add unit tests for enum store loading and fix bug when loading from non-enume...Geir Storli2019-09-111-2/+2
* Reduce code duplication by letting enum store comparators inherit unique stor...Geir Storli2019-09-091-3/+3
* Add interface for an enum store.Geir Storli2019-08-281-4/+4
* Change typedef -> using, and remove unused ones.Geir Storli2019-08-221-9/+6
* Remove unused enum store code.Geir Storli2019-08-201-3/+0
* Handle udat attribute files.Geir Storli2019-08-201-0/+1
* Remove "enable enumerated save" flag from attribute vectors as this should be...Geir Storli2019-08-191-53/+35
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
* Use std::make_xxxHenning Baldersheim2018-08-201-4/+2
* Rename AttributeVector::saveAs() method to save().Tor Egge2018-08-171-4/+4
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-2/+3
* Update copyright headersJon Bratseth2017-06-143-2/+3
* Revert "Update copyright headers"Jon Bratseth2017-06-143-3/+2
* Update copyright headersJon Bratseth2017-06-143-2/+3
* Revert "Copyright header"Jon Bratseth2017-06-133-3/+2
* Copyright headerJon Bratseth2017-06-133-2/+3
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-4/+4
* add override in searchlib moduleArne H Juul2017-04-121-1/+1
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-3/+3
* Optimize includes.Henning Baldersheim2017-02-061-0/+1
* Targeted include.Henning Baldersheim2017-01-311-1/+2
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-4/+4
* Remove references to old multivalue mapping.Tor Egge2016-11-251-12/+8