aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/reference_mappings.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-1/+1
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-1/+1
* Add 'paged' support for reference attribute fields.Geir Storli2022-08-241-1/+2
* Use std::atomic<uint32_t> for committed doc id limit.Tor Egge2022-03-181-4/+5
* Use AtomicEntryRef and AtomicValueWrapper<uint32_t> in reference attribute.Tor Egge2022-03-171-13/+14
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add comments.Tor Egge2021-02-121-0/+1
* Reenable boundary checks when mapping lid to lid for referenced document type.Tor Egge2021-02-111-1/+3
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-5/+5
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-1/+1
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-4/+4
* Adjust naming: referencing lid -> source lid.Tor Egge2018-04-261-2/+4
* Adjust naming: referenced lid -> target lid.Tor Egge2018-04-261-18/+18
* Remove boundary check for mapping from lid to referenced lid sinceTor Egge2017-09-061-2/+7
* Keep track of mapping from gid to referenced lid in reference attributeTor Egge2017-08-311-1/+0
* Propagate API changes to GidToLidChangeListener and ReferenceAttribute:Tor Egge2017-08-301-1/+2
* Avoid race between readers and writer that could cause reader to readTor Egge2017-08-251-1/+8
* If fetchPostings() is called with strict set to true then buildTor Egge2017-08-241-0/+3
* Account for memory usage in reference mappings and generation holder.Tor Egge2017-08-161-0/+2
* Consolidate naming: limit, numDocs => docIdLimitTor Egge2017-08-161-6/+7
* Maintain direct forward mapping from lid to referenced lid in referenceTor Egge2017-08-161-1/+15
* Factor out ReferenceMappings from ReferenceAttribute.Tor Egge2017-08-151-0/+74