aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlenumericattribute.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* 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
* Use overrideHenning Baldersheim2022-09-011-1/+1
* Minor fixes like adding 'explicit', 'override' and general unification.Henning Baldersheim2022-09-011-2/+2
* Use unique_ptr for Config in AttributeVectorHenning Baldersheim2022-05-261-6/+2
* Remove getAll() member functions from attribute vectors.Tor Egge2022-04-221-9/+0
* Factor out SingleNumericSearchContext from SingleNumericAttribute.Tor Egge2022-03-301-41/+0
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-2/+3
* Use std::atomic_ref for updating and reading single value non-enumeratedTor Egge2022-03-241-10/+11
* Use std::atomic<uint32_t> for committed doc id limit.Tor Egge2022-03-181-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
* Change typedef -> using.Geir Storli2019-08-211-12/+12
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-2/+2
* Make final to improve inlining.Henning Baldersheim2019-05-061-2/+2
* Remove getEnumValue interfaceHenning Baldersheim2018-09-041-5/+0
* Add file name to lowe level attribute save methods.Tor Egge2018-08-171-1/+1
* 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
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-1/+1
* Optimize includes.Henning Baldersheim2017-02-061-5/+2
* Implement onAddDocsHenning Baldersheim2017-01-221-13/+1
* Add onAddDocs interface and many 'override' specifications.Henning Baldersheim2017-01-221-31/+27
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-46/+13
* PublishJon Bratseth2016-06-151-0/+235