aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/multi_value_mapping.hpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add max buffer size parameter to array store dynamic type mapper.Tor Egge2023-06-261-2/+3
* Cap number of entries in a buffer to avoid very large buffers.Tor Egge2023-06-231-6/+7
* Rename maxSmallArrayTypeId to max_type_id.Tor Egge2023-06-191-1/+1
* Switch to dynamic type mapper for multi value mapping.Tor Egge2023-06-191-3/+4
* Rename member variables in BufferTypeBase:Tor Egge2023-04-041-2/+2
* Use ElemT as template argument for MultiValueMapping.Tor Egge2023-04-031-16/+16
* Add compaction spec to array store.Tor Egge2023-01-121-9/+11
* fix undefined behavior in unit tests -- WIPHÃ¥vard Pettersen2022-06-071-9/+2
* Reduce inclusion of rcuvector.hppHenning Baldersheim2022-05-231-1/+0
* Block compaction while buffers are held.Tor Egge2022-04-211-0/+7
* Use AtomicEntryRef in MultiValueMappingBase.Tor Egge2022-03-091-3/+3
* Use AtomicEntryRef in multivalue enum attributes.Tor Egge2022-03-081-13/+0
* Add memory allocator to multi value mapping.Tor Egge2022-02-111-3/+4
* Move memory allocator argument to be last argument.Tor Egge2022-02-111-1/+1
* Add memory allocator to array store.Tor Egge2022-02-111-1/+1
* Add CompactionSpec.Tor Egge2021-12-081-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-3/+3
* Add function to array store that returns a writeable reference to an array.Geir Storli2020-02-051-2/+2
* Enable free lists for multi-value mapping used in all multi-value attributes.Geir Storli2019-11-141-2/+5
* Suppress clang warnings.Tor Egge2019-08-021-0/+7
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-1/+1
* Move `AddressSpace` from searchlib to vespalibTor Brede Vekterli2019-05-241-1/+1
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-3/+4
* GC unused code and add override and = default.Henning Baldersheim2018-09-171-9/+4
* Add more conservative buffer allocation strategy in datastore buffers.Geir Storli2018-01-191-2/+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
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Add onAddDocs interface and many 'override' specifications.Henning Baldersheim2017-01-221-0/+1
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-0/+1
* Rename MultiValueMapping2 to MultiValueMapping.Tor Egge2016-12-141-0/+82