aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlenumericenumattribute.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/+1
* Remove getAll() member functions from attribute vectors.Tor Egge2022-04-221-12/+0
* Factor out SingleEnumSearchContext and SingleNumericEnumSearchContext fromTor Egge2022-04-011-39/+0
* Rename search::NumericAttribute::Equal to search::attribute::NumericMatcher.Tor Egge2022-03-301-1/+2
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-2/+3
* Add acquire_enum_entry_ref() member function to single enum attribute.Tor Egge2022-03-161-1/+1
* Use AtomicEntryRef in single value enumerated attribute for mappingTor Egge2022-03-071-1/+1
* 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
* - Use the enum batch updater directly. This avoids a temporary map and you ha...Henning Baldersheim2021-05-021-5/+1
* Style changes and function renaming in enum store.Geir Storli2019-09-131-3/+3
* Add interface for an enum store.Geir Storli2019-08-281-2/+2
* Change typedef -> using.Geir Storli2019-08-211-23/+21
* Simplify how enum store is batch updated to prepare for new enum store.Geir Storli2019-08-211-1/+2
* onCmp -> onFindHenning Baldersheim2018-05-231-2/+2
* Refactored to allow iteration over matching elements.Henning Baldersheim2018-05-231-8/+10
* 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-14/+15
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-15/+14
* override and optimise includes.Henning Baldersheim2017-04-231-14/+15
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-1/+1
* Optimize includes.Henning Baldersheim2017-02-061-2/+0
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-52/+18
* Checkpoint 1Henning Baldersheim2016-10-031-1/+1
* PublishJon Bratseth2016-06-151-0/+191