aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlesmallnumericattribute.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-11/+11
* 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
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-3/+5
* Remove getAll() member functions from attribute vectors.Tor Egge2022-04-221-7/+0
* Factor out SingleSmallNumericSearchContext from SingleSmallNumericAttribute.Tor Egge2022-04-031-50/+0
* Rename search::NumericAttribute::Equal to search::attribute::NumericMatcher.Tor Egge2022-03-301-1/+2
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-3/+4
* Use std::atomic_ref for updating and reading single value non-enumeratedTor Egge2022-03-251-5/+8
* 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
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-2/+2
* Use a bitvector for the single bit numeric attribute.Henning Baldersheim2018-12-191-19/+5
* Remove getEnumValue interfaceHenning Baldersheim2018-09-041-5/+0
* onCmp -> onFindHenning Baldersheim2018-05-231-6/+6
* Refactored to allow iteration over matching elements.Henning Baldersheim2018-05-231-16/+15
* Replace tab with spaces.Geir Storli2017-09-131-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
* 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-19/+1
* Add onAddDocs interface and many 'override' specifications.Henning Baldersheim2017-01-221-43/+30
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-63/+16
* Wire the Grow strategy all the way.Henning Baldersheim2016-09-021-9/+5
* PublishJon Bratseth2016-06-151-0/+313