aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/reference_mappings.cpp
Commit message (Expand)AuthorAgeFilesLines
* - deinline foreach in btree leaf nodes.Henning Baldersheim2023-11-021-0/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add 'paged' support for reference attribute fields.Geir Storli2022-08-241-3/+5
* - Introduce the concept of minimal capacity for rcu vectors.Henning Baldersheim2022-05-241-2/+2
* Reduce inclusion of rcuvector.hppHenning Baldersheim2022-05-231-3/+1
* - Stick to using GrowStragey everywhere.Henning Baldersheim2022-05-231-2/+2
* Use std::atomic<uint32_t> for committed doc id limit.Tor Egge2022-03-181-1/+1
* Use AtomicEntryRef and AtomicValueWrapper<uint32_t> in reference attribute.Tor Egge2022-03-171-10/+10
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-2/+2
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-2/+2
* Adjust naming: referenced lid -> target lid.Tor Egge2018-04-261-31/+31
* Remove boundary check for mapping from lid to referenced lid sinceTor Egge2017-09-061-2/+3
* Keep track of mapping from gid to referenced lid in reference attributeTor Egge2017-08-311-7/+0
* Propagate API changes to GidToLidChangeListener and ReferenceAttribute:Tor Egge2017-08-301-1/+15
* Avoid race between readers and writer that could cause reader to readTor Egge2017-08-251-1/+5
* Properly initialize forward mapping when loading reference attribute.Tor Egge2017-08-161-0/+1
* Account for memory usage in reference mappings and generation holder.Tor Egge2017-08-161-0/+9
* Consolidate naming: limit, numDocs => docIdLimitTor Egge2017-08-161-6/+13
* Maintain direct forward mapping from lid to referenced lid in referenceTor Egge2017-08-161-1/+42
* Factor out ReferenceMappings from ReferenceAttribute.Tor Egge2017-08-151-0/+82