aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/enumattribute.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-1/+0
* Adjust comment for insertNewUniqueValues member function.Tor Egge2023-04-171-1/+1
* Optimize handling of CLEARDOC updates by caching the entry ref for the defaul...Geir Storli2021-12-201-0/+1
* Clean and simplify default value handlingHenning Baldersheim2021-10-291-1/+1
* GC unused friend declaration.Henning Baldersheim2021-10-291-10/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Generalize how address space usage is reported from attribute vectors.Geir Storli2021-07-151-1/+1
* - Use the enum batch updater directly. This avoids a temporary map and you ha...Henning Baldersheim2021-05-021-10/+1
* Use unique_ptr for regex instead of shared_ptr to keep object small.Henning Baldersheim2021-03-041-3/+3
* Style changes and function renaming in enum store.Geir Storli2019-09-131-2/+2
* Remove wrapping of entry type in enum store.Geir Storli2019-09-091-4/+3
* Rename functions and classes used when loading enum store.Geir Storli2019-09-041-1/+1
* Rename functions used to load posting lists.Geir Storli2019-09-041-1/+1
* Simplify loading of enum store from enumerated files by tracking state in hel...Geir Storli2019-09-031-2/+1
* Restore enum store compaction support for enum attributes.Tor Egge2019-09-021-2/+1
* Improve memory management in all enum attributes.Geir Storli2019-09-021-0/+1
* Cleanup leftovers for loading string attribute vector from non enumerated files.Tor Egge2019-08-281-0/+1
* Add interface for an enum store.Geir Storli2019-08-281-3/+3
* Change typedef -> using.Geir Storli2019-08-211-19/+20
* Simplify how enum store is batch updated to prepare for new enum store.Geir Storli2019-08-211-2/+4
* Move `AddressSpace` from searchlib to vespalibTor Brede Vekterli2019-05-241-1/+1
* Reduce locked section by using a hashmap to reduce cachemisses during repopul...Henning Baldersheim2018-11-281-2/+3
* GC unused code and add override and = default.Henning Baldersheim2018-09-171-2/+0
* Remove getEnumValue interfaceHenning Baldersheim2018-09-041-1/+0
* 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
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-1/+1
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-13/+10
* no virtual on override + optimize includes.Henning Baldersheim2017-04-261-15/+6
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-6/+15
* override and optimise includes.Henning Baldersheim2017-04-231-1/+1
* Use overrideHenning Baldersheim2017-04-231-15/+6
* add override in searchlib moduleArne H Juul2017-04-121-1/+1
* add some override in searchlib moduleArne H Juul2017-04-111-3/+3
* PublishJon Bratseth2016-06-151-0/+98