aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlesmallnumericattribute.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Check target attribute lid range.Tor Egge2023-04-251-1/+2
* Rename removeAllOldGenerations() -> reclaim_unused_memory().Geir Storli2022-10-131-2/+2
* Rename removeOldGenerations() -> reclaim_memory().Geir Storli2022-10-121-2/+2
* Rename onGenerationChange() -> before_inc_generation() and change parameter t...Geir Storli2022-10-121-2/+2
* Implement GenerationHolder in terms of the generic generation hold list.Geir Storli2022-10-101-5/+5
* Simplify AttributeVector by moving out ValueModifier, EnumModifier and BaseName.Henning Baldersheim2022-05-271-0/+1
* Inherit from vespalib::GrowStrategyHenning Baldersheim2022-05-261-1/+1
* Use unique_ptr for Config in AttributeVectorHenning Baldersheim2022-05-261-0/+1
* - Stick to using GrowStragey everywhere.Henning Baldersheim2022-05-231-4/+1
* Factor out SingleSmallNumericSearchContext from SingleSmallNumericAttribute.Tor Egge2022-04-031-37/+2
* Rename search::NumericAttribute::Equal to search::attribute::NumericMatcher.Tor Egge2022-03-301-1/+1
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-2/+2
* Use std::atomic_ref for updating and reading single value non-enumeratedTor Egge2022-03-251-1/+1
* Use std::atomic<uint32_t> for committed doc id limit.Tor Egge2022-03-181-1/+1
* No need to reserve space for arith operand for strings.Henning Baldersheim2021-10-221-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Refactor to represent files with a generic header in a new class.Geir Storli2021-09-141-4/+5
* Add an executor to the AttributeVector::load/onLoad interface so attributes c...Henning Baldersheim2021-08-121-1/+1
* Avoid tracking information to keep docids close when that is not necessary.Henning Baldersheim2021-06-031-1/+1
* use size literals in searchlibArne Juul2021-02-151-1/+2
* Replace the dangerous stealBuffer method with a static one that requires std:...Henning Baldersheim2020-09-261-0/+1
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-0/+1
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1
* Use a bitvector for the single bit numeric attribute.Henning Baldersheim2018-12-191-48/+21
* UINT1 -> BOOLHenning Baldersheim2018-12-161-2/+2
* move LOG_SETUP after other includesArne Juul2018-06-201-2/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+2
* 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-3/+3
* Rename search::IAttributeSaveTarget::Config toTor Egge2017-03-281-0/+1
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-1/+1
* Optimize includes.Henning Baldersheim2017-02-061-2/+4
* Implement onAddDocsHenning Baldersheim2017-01-221-0/+24
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-5/+40
* Try to maintain memory usage invariant: alloc >= used >= holdTor Egge2016-11-211-1/+1
* Wire the Grow strategy all the way.Henning Baldersheim2016-09-021-6/+19
* PublishJon Bratseth2016-06-151-0/+242