aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/multinumericattribute.hpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add helper functions to reduce code duplication.Tor Egge2023-07-041-8/+11
* Handle sorting on multivalue attributes.Tor Egge2023-07-041-0/+25
* Use explicit instantiations of MultiValueEnumAttribute and MultiValueAttribute.Tor Egge2023-03-231-1/+1
* Add compaction spec to array store.Tor Egge2023-01-121-2/+2
* Rename removeAllOldGenerations() -> reclaim_unused_memory().Geir Storli2022-10-131-1/+1
* 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
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-1/+1
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-1/+1
* Simplify AttributeVector by moving out ValueModifier, EnumModifier and BaseName.Henning Baldersheim2022-05-271-0/+1
* Remove weight() member function from multivalue::ValueTor Egge2022-04-111-1/+1
* Remove unneeded include statements in searchlib.Tor Egge2022-04-071-2/+0
* 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-1/+1
* Consolidate MultiNumericArraySearchcontext andTor Egge2022-03-311-7/+2
* Factor out MultiNumericArraySearchContext and MultiNumericWeightedSetSearchCo...Tor Egge2022-03-301-67/+5
* Rename search::NumericAttribute::Equal to search::attribute::NumericMatcher.Tor Egge2022-03-301-2/+2
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-3/+3
* Hide Fast_BufferedFile better.Henning Baldersheim2022-01-271-1/+0
* Calculate need for compaction when updating stats.Tor Egge2021-12-091-1/+2
* 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
* 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
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-1/+2
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1
* Use final and std::make_unique.Henning Baldersheim2019-05-071-29/+19
* Add file name to lowe level attribute save methods.Tor Egge2018-08-171-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
* Rename search::IAttributeSaveTarget::Config toTor Egge2017-03-281-1/+1
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-1/+1
* override and final.Henning Baldersheim2017-03-091-6/+0
* Specify destructors explicit to control inlining.Henning Baldersheim2017-03-081-0/+6
* Optimize includes.Henning Baldersheim2017-02-061-4/+4
* Use ensure_size and implement onAddDocs.Henning Baldersheim2017-01-231-0/+2
* Expose change vector memory usage.Tor Egge2017-01-051-0/+1
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-7/+79
* Compact worst buffer if too much of array store address space usage is dead.Tor Egge2016-11-261-1/+1
* Tell multivalue mapping that load from multi value source has completed.Tor Egge2016-11-251-0/+1
* Remove mockups that bridged difference between old and new multivalueTor Egge2016-11-251-1/+1
* Remove unneeded template argument from multivalue attribute saver classes.Tor Egge2016-11-251-2/+1
* Add compaction strategy.Tor Egge2016-11-211-1/+5
* Use new API to get values from multi value mapping.Tor Egge2016-11-171-1/+2
* Remove fillMapped method from old multi value mapping.Tor Egge2016-11-161-7/+3
* Factor out portion of loading of single value attribute from enumeratedTor Egge2016-11-161-13/+3