aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singleenumattribute.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use default value ref from enum store to handle CLEARDOC.Tor Egge2023-04-181-2/+2
* Factor out common code to make a EntryRef vector snapshot.Tor Egge2023-03-081-3/+0
* Rename removeOldGenerations() -> reclaim_memory().Geir Storli2022-10-121-1/+1
* Rename onGenerationChange() -> before_inc_generation() and change parameter t...Geir Storli2022-10-121-1/+1
* Add an interface to getting an optional readonly singlevalue enumvector.Henning Baldersheim2022-06-011-6/+6
* Use std::atomic<uint32_t> for committed doc id limit.Tor Egge2022-03-181-1/+1
* Add acquire_enum_entry_ref() member function to single enum attribute.Tor Egge2022-03-161-2/+7
* Use AtomicEntryRef in single value enumerated attribute for mappingTor Egge2022-03-071-4/+5
* Propagate memory allocator to attribute vector components.Tor Egge2022-02-141-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Use the enum batch updater directly. This avoids a temporary map and you ha...Henning Baldersheim2021-05-021-9/+3
* Style changes and function renaming in enum store.Geir Storli2019-09-131-1/+1
* Simplify loading of enum store from enumerated files by tracking state in hel...Geir Storli2019-09-031-6/+4
* Rename fillEnumIdx() -> load_enumerated_data().Geir Storli2019-09-031-6/+6
* Restore enum store compaction support for enum attributes.Tor Egge2019-09-021-2/+3
* Add interface for an enum store.Geir Storli2019-08-281-6/+6
* Change typedef -> using.Geir Storli2019-08-211-25/+24
* Simplify how enum store is batch updated to prepare for new enum store.Geir Storli2019-08-211-6/+6
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-3/+3
* Reduce locked section by using a hashmap to reduce cachemisses during repopul...Henning Baldersheim2018-11-281-1/+2
* Add file name to lowe level attribute save methods.Tor Egge2018-08-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
* no virtual on override + optimize includes.Henning Baldersheim2017-04-261-4/+4
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-4/+4
* override and optimise includes.Henning Baldersheim2017-04-231-4/+4
* add override in searchlib moduleArne H Juul2017-04-121-2/+2
* Use ensure_size and implement onAddDocs.Henning Baldersheim2017-01-231-1/+1
* Add onAddDocs interface and many 'override' specifications.Henning Baldersheim2017-01-221-33/+25
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-5/+3
* Factor out portion of loading of single value attribute from enumeratedTor Egge2016-11-161-2/+0
* Checkpoint 1Henning Baldersheim2016-10-031-2/+1
* PublishJon Bratseth2016-06-151-0/+152