aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singleboolattribute.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
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-1/+3
* make new bitvector when growingHÃ¥vard Pettersen2022-05-111-5/+5
* Remove getAll() member functions from attribute vectors.Tor Egge2022-04-221-7/+0
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-1/+1
* Use std::atomic<uint32_t> for committed doc id limit.Tor Egge2022-03-181-1/+1
* Propagate memory allocator to growable bitvector in SingleBoolAttribute.Tor Egge2022-02-151-1/+2
* Update 2018 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
* Optimize for bool attributes.Henning Baldersheim2020-03-051-1/+1
* Maintain the cached bitCount to avoid cost query time.Henning Baldersheim2020-01-221-2/+2
* Let capacity be set based on amount of memory allocated.Henning Baldersheim2019-06-051-0/+1
* Handle bool in grouping in the backend too.Henning Baldersheim2019-01-141-0/+7
* Create class comment and correct copyright year.Henning Baldersheim2019-01-031-1/+5
* Use a bitvector for the single bit numeric attribute.Henning Baldersheim2018-12-191-0/+102