aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/postingchange.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-071-12/+9
* Adjust explicit instantiations of BufferType and Array.Tor Egge2023-03-241-0/+7
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-10/+10
* fix undefined behavior in unit tests -- WIPHÃ¥vard Pettersen2022-06-071-1/+1
* Remove search::multivalue::Value.Tor Egge2022-04-121-1/+1
* Use wrapper functions for access to multivalue::Value.Tor Egge2022-04-111-4/+4
* Remove weight() member function from multivalue::ValueTor Egge2022-04-111-3/+3
* Move multivalue.h from searchlib to searchcommon.Geir Storli2022-03-291-2/+2
* Use AtomicEntryRef in multivalue enum attributes.Tor Egge2022-03-081-14/+23
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Simplify EnumIndexMapper.Tor Egge2021-03-161-3/+2
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-9/+9
* Remove dead method search::PostingChange::apply.Tor Egge2019-09-241-30/+0
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-7/+7
* Add interface for an enum store.Geir Storli2019-08-281-5/+5
* Use explicit EntryRef constructor to avoid unintended conversionHenning Baldersheim2018-11-281-4/+4
* Let implementation be visible too.Henning Baldersheim2017-12-291-0/+1
* Replace tab with spaces.Geir Storli2017-09-131-3/+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
* Code cleanup while considering options for hit estimation.Henning Baldersheim2017-06-141-0/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-2/+2
* Explicit instantiation of common maps/sets.Henning Baldersheim2016-12-151-1/+0
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-15/+23
* Rename MultiValueMapping2 to MultiValueMapping.Tor Egge2016-12-141-5/+5
* Remove references to old multivalue mapping.Tor Egge2016-11-251-29/+1
* Instantiate posting change computer using new multi value mapping.Tor Egge2016-11-171-0/+15
* Use new API to get values from multi value mapping when calculatingTor Egge2016-11-171-3/+2
* Rename types and methods according to review feedback.Tor Egge2016-06-241-17/+19
* Improve handling of corner cases when optimizing posting list changes.Tor Egge2016-06-241-31/+133
* PublishJon Bratseth2016-06-151-0/+275