aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/reference_attribute.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify and avoid default arguments.Henning Baldersheim2023-11-041-2/+1
* Revert "No need to specify your own namespace."Henning Baldersheim2023-11-041-1/+2
* Simplify and avoid default arguments.Henning Baldersheim2023-11-031-2/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Be explicit about using setEnum(bool hasEnum)Henning Baldersheim2023-09-141-0/+1
* Check target attribute lid range.Tor Egge2023-04-251-1/+10
* Factor out common code to make a EntryRef vector snapshot.Tor Egge2023-03-081-14/+1
* Rename removeAllOldGenerations() -> reclaim_unused_memory().Geir Storli2022-10-131-1/+1
* Rename removeOldGenerations() -> reclaim_memory().Geir Storli2022-10-121-4/+4
* Rename onGenerationChange() -> before_inc_generation() and change parameter t...Geir Storli2022-10-121-4/+4
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-2/+2
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-2/+2
* Implement GenerationHolder in terms of the generic generation hold list.Geir Storli2022-10-101-3/+3
* Normalize includes in searchlib/attribute.Tor Egge2022-09-261-1/+1
* Add 'paged' support for reference attribute fields.Geir Storli2022-08-241-3/+3
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-2/+0
* Inherit from vespalib::GrowStrategyHenning Baldersheim2022-05-261-1/+1
* Include config in cpp file.Henning Baldersheim2022-05-261-2/+6
* - Stick to using GrowStragey everywhere.Henning Baldersheim2022-05-231-1/+1
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-3/+4
* Remove const type qualifier from member functions that should only beTor Egge2022-03-291-1/+1
* Trim down rcuvector interface.Tor Egge2022-03-281-1/+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-13/+20
* Use AtomicEntryRef as key for unique store btree dictionary.Tor Egge2022-03-031-2/+2
* Add memory allocator to unique store allocatorTor Egge2022-02-101-1/+1
* Calculate need for compaction when updating stats.Tor Egge2021-12-091-9/+8
* Integrate CompactionStrategy with AddressSpace and MemoryUsage.Tor Egge2021-12-081-5/+2
* Add CompactionSpec.Tor Egge2021-12-081-4/+6
* Add a vector of gids to remove to ReferenceAttribute::populateTargetLids()Tor Egge2021-11-181-3/+15
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add an executor to the AttributeVector::load/onLoad interface so attributes c...Henning Baldersheim2021-08-121-1/+1
* Only the dead should be counted as dead.Henning Baldersheim2021-04-141-1/+3
* Compact enum store dictionary when needed.Tor Egge2021-04-131-1/+22
* Adjust member function names to reflect what is being compacted.Tor Egge2021-04-121-8/+8
* Add CompactionStrategy methods to determine if compaction should be performed.Tor Egge2021-04-091-5/+1
* Sort unique values during load if needed.Tor Egge2021-04-081-1/+1
* Have the BufferType::_emptyEntry be static.Henning Baldersheim2021-01-101-1/+2
* Use memory usage for unique store values but not for unique store dictionaryTor Egge2020-09-301-5/+6
* Use an allocator that automagically allocates large buffer by using mmap.Henning Baldersheim2020-08-311-9/+8
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-2/+2
* Cleanup explicit template instantiation.Tor Egge2020-04-281-1/+1
* Move functions used to open / load attribute vector data files to separate cl...Geir Storli2020-03-301-1/+2
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-1/+1
* Restore enum store compaction support for enum attributes.Tor Egge2019-09-021-4/+4
* Rename UniqueStoreSaver => UniqueStoreEnumerator.Tor Egge2019-08-231-3/+3
* Remove "enable enumerated save" flag from attribute vectors as this should be...Geir Storli2019-08-191-1/+0
* Factor out unique store allocator from unique store.Tor Egge2019-08-131-1/+2
* Add support searching a reference attribute using the parent document id.Geir Storli2019-07-081-6/+63
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-3/+3