aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/flagattribute.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use explicit instantiation of MultiValueNumericAttributeTor Egge2023-03-241-1/+2
* Use explicit instantiations of MultiValueEnumAttribute and MultiValueAttribute.Tor Egge2023-03-231-0/+1
* Rename removeOldGenerations() -> reclaim_memory().Geir Storli2022-10-121-3/+3
* Implement GenerationHolder in terms of the generic generation hold list.Geir Storli2022-10-101-2/+2
* Inherit from vespalib::GrowStrategyHenning Baldersheim2022-05-261-2/+2
* make new bitvector when growingHåvard Pettersen2022-05-111-12/+17
* move functions to more appropriate classesHåvard Pettersen2022-05-091-5/+5
* Use wrapper functions for access to multivalue::Value.Tor Egge2022-04-111-1/+1
* Trim down search::multivalue::Value and search::multivalue::WeightedValue.Tor Egge2022-04-091-2/+2
* Remove unneeded include statements in searchlib.Tor Egge2022-04-071-0/+1
* Factor out MultiNumericFlagSearchContext from FlagAttribute.Tor Egge2022-04-071-37/+2
* Fix typos in class comments. Rename get_read_view() to make_read_view().Tor Egge2022-04-061-1/+1
* Add MultiValueMappingReadView, used by readers to get limited read accessTor Egge2022-04-061-3/+3
* Factor out MultiNumericArraySearchContext and MultiNumericWeightedSetSearchCo...Tor Egge2022-03-301-8/+8
* 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-2/+2
* Sort unique values during load if needed.Tor Egge2021-04-081-1/+1
* Move functions used to open / load attribute vector data files to separate cl...Geir Storli2020-03-301-1/+1
* Maintain the cached bitCount to avoid cost query time.Henning Baldersheim2020-01-221-18/+10
* Be consistent with factors and percentagesHenning Baldersheim2019-01-291-13/+11
* Use std::make_xxxHenning Baldersheim2018-08-201-2/+2
* move LOG_SETUP after other includesArne Juul2018-06-201-2/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-3/+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
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-9/+7
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-1/+1
* Add onAddDocs interface and many 'override' specifications.Henning Baldersheim2017-01-221-0/+9
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-4/+3
* Remove references to old multivalue mapping.Tor Egge2016-11-251-1/+0
* Remove fillMapped method from old multi value mapping.Tor Egge2016-11-161-4/+2
* Factor out portion of loading of single value attribute from enumeratedTor Egge2016-11-161-6/+2
* Drop unused value index (_idx) from LoadedEnumAttribute.Tor Egge2016-11-151-2/+1
* Use ConstArrayRef when referencing externally owned const array.Tor Egge2016-11-151-11/+9
* PublishJon Bratseth2016-06-151-0/+283