aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/flagattribute.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-3/+3
* Rename removeOldGenerations() -> reclaim_memory().Geir Storli2022-10-121-1/+1
* make new bitvector when growingHåvard Pettersen2022-05-111-1/+3
* move functions to more appropriate classesHåvard Pettersen2022-05-091-4/+5
* Remove search::multivalue::Value.Tor Egge2022-04-121-1/+1
* Trim down search::multivalue::Value and search::multivalue::WeightedValue.Tor Egge2022-04-091-1/+1
* Factor out MultiNumericFlagSearchContext from FlagAttribute.Tor Egge2022-04-071-23/+0
* Add MultiValueMappingReadView, used by readers to get limited read accessTor Egge2022-04-061-2/+2
* Consolidate MultiNumericArraySearchcontext andTor Egge2022-03-311-2/+2
* Factor out MultiNumericArraySearchContext and MultiNumericWeightedSetSearchCo...Tor Egge2022-03-301-2/+4
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-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
* Maintain the cached bitCount to avoid cost query time.Henning Baldersheim2020-01-221-2/+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
* no virtual on override + optimize includes.Henning Baldersheim2017-04-261-2/+1
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-1/+2
* Use overrideHenning Baldersheim2017-04-231-2/+1
* add override in searchlib moduleArne H Juul2017-04-121-0/+1
* add some override in searchlib moduleArne H Juul2017-04-111-2/+2
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-1/+1
* Optimize includes.Henning Baldersheim2017-02-061-4/+2
* Add onAddDocs interface and many 'override' specifications.Henning Baldersheim2017-01-221-12/+9
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-2/+1
* Remove references to old multivalue mapping.Tor Egge2016-11-251-2/+2
* PublishJon Bratseth2016-06-151-0/+73