aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/multinumericenumattribute.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add helper functions to reduce code duplication.Tor Egge2023-07-041-0/+2
* Handle sorting on multivalue attributes.Tor Egge2023-07-041-1/+2
* Rename Tag to MultiValueTag (nested class inside IMultiValueAttribute).Tor Egge2022-04-221-2/+2
* Remove getAll() member functions from attribute vectors.Tor Egge2022-04-221-6/+0
* Add multi value read views that handles mapping from enumerated valueTor Egge2022-04-191-0/+4
* Use wrapper functions for access to multivalue::Value.Tor Egge2022-04-111-3/+3
* Remove weight() member function from multivalue::ValueTor Egge2022-04-111-1/+1
* Factor out MultiNumericEnumSearchContext from MultiValueNumericEnumAttribute.Tor Egge2022-03-311-110/+0
* Rename search::NumericAttribute::Equal to search::attribute::NumericMatcher.Tor Egge2022-03-301-2/+3
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-3/+4
* Use AtomicEntryRef in multivalue enum attributes.Tor Egge2022-03-081-7/+7
* 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
* - Use the enum batch updater directly. This avoids a temporary map and you ha...Henning Baldersheim2021-05-021-3/+0
* Style changes and function renaming in enum store.Geir Storli2019-09-131-7/+7
* Add interface for an enum store.Geir Storli2019-08-281-3/+3
* Change typedef -> using.Geir Storli2019-08-211-24/+21
* Return correct type.Henning Baldersheim2018-12-061-1/+1
* onCmp -> onFindHenning Baldersheim2018-05-231-4/+4
* Only return the weight of the first match. Accumulate on the outside.Henning Baldersheim2018-05-231-9/+5
* Refactored to allow iteration over matching elements.Henning Baldersheim2018-05-231-31/+35
* 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
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-11/+10
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-1/+1
* Optimize includes.Henning Baldersheim2017-02-061-2/+0
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-76/+22
* Use new API to get values from multi value mapping.Tor Egge2016-11-171-25/+21
* Checkpoint 1Henning Baldersheim2016-10-031-1/+1
* PublishJon Bratseth2016-06-151-0/+289