aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/multivalueattribute.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-5/+5
* Minor fixes like adding 'explicit', 'override' and general unification.Henning Baldersheim2022-09-011-2/+0
* Rename Tag to MultiValueTag (nested class inside IMultiValueAttribute).Tor Egge2022-04-221-2/+2
* Add multi value read views that handles mapping from enumerated valueTor Egge2022-04-191-1/+2
* Stop sharing multivalue read views.Tor Egge2022-04-121-13/+3
* Trim down search::multivalue::Value and search::multivalue::WeightedValue.Tor Egge2022-04-091-1/+2
* Implement IMultiValueAttribute interface in MultiValueAttribute.Geir Storli2022-03-301-3/+21
* Use std::atomic<uint32_t> for committed doc id limit.Tor Egge2022-03-181-1/+1
* Use AtomicEntryRef in multivalue enum attributes.Tor Egge2022-03-081-1/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Generalize how address space usage is reported from attribute vectors.Geir Storli2021-07-151-1/+1
* Avoid tracking information to keep docids close when that is not necessary.Henning Baldersheim2021-06-031-1/+0
* Make multi value attribute inserts O(n) instead of O(n^2)Tor Brede Vekterli2019-10-241-0/+3
* Move `AddressSpace` from searchlib to vespalibTor Brede Vekterli2019-05-241-1/+1
* GC unused code and add override and = default.Henning Baldersheim2018-09-171-1/+1
* 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
* 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-1/+1
* no virtual on override + optimize includes.Henning Baldersheim2017-04-261-3/+1
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-1/+3
* override and optimise includes.Henning Baldersheim2017-04-231-3/+1
* add override in searchlib moduleArne H Juul2017-04-121-2/+2
* Add onAddDocs interface and many 'override' specifications.Henning Baldersheim2017-01-221-12/+9
* Rename MultiValueMapping2 to MultiValueMapping.Tor Egge2016-12-141-3/+3
* Remove mockups that bridged difference between old and new multivalueTor Egge2016-11-251-1/+0
* Remove references to old multivalue mapping.Tor Egge2016-11-251-3/+2
* Switch to new multivalue mapping.Tor Egge2016-11-231-3/+6
* Use new API to get values from multi value mapping.Tor Egge2016-11-171-0/+1
* PublishJon Bratseth2016-06-151-0/+78