aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/multistringattribute.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Handle sorting on multivalue attributes.Tor Egge2023-07-041-0/+3
* Reduce use of default values in parameter lists.Tor Egge2022-05-311-3/+2
* Rename Tag to MultiValueTag (nested class inside IMultiValueAttribute).Tor Egge2022-04-221-2/+2
* Add multi value read views that handles mapping from enumerated valueTor Egge2022-04-191-0/+4
* Remove search::multivalue::Value.Tor Egge2022-04-121-2/+2
* 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 MultiStringEnumSearchContext from MultiStringAttribute.Tor Egge2022-04-021-53/+0
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-5/+4
* Move multivalue.h from searchlib to searchcommon.Geir Storli2022-03-291-1/+1
* Reduce code visibility by reducing includes not needed.Henning Baldersheim2022-03-101-5/+5
* Use AtomicEntryRef in multivalue enum attributes.Tor Egge2022-03-081-5/+5
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Use the enum batch updater directly. This avoids a temporary map and you ha...Henning Baldersheim2021-05-021-2/+1
* Remove friend declarations no longer needed.Henning Baldersheim2021-03-041-3/+0
* GC unused typeddefs and params.Henning Baldersheim2021-03-031-3/+0
* Style changes and function renaming in enum store.Geir Storli2019-09-131-5/+5
* Add interface for an enum store.Geir Storli2019-08-281-4/+4
* Change typedef -> using.Geir Storli2019-08-211-28/+27
* implement new API in multistringattributeArne Juul2018-07-131-0/+5
* Renaming and constification after code review comments.Henning Baldersheim2018-05-241-1/+1
* onCmp -> onFindHenning Baldersheim2018-05-231-3/+3
* Refactored to allow iteration over matching elements.Henning Baldersheim2018-05-231-4/+4
* Add string from enum lookup to IAttributeVectorTor Brede Vekterli2017-08-211-0/+3
* 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
* Use overrideHenning Baldersheim2017-04-041-7/+6
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-1/+1
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-7/+7
* Rename MultiValueMapping2 to MultiValueMapping.Tor Egge2016-12-141-1/+1
* Remove mockups that bridged difference between old and new multivalueTor Egge2016-11-251-2/+0
* Remove references to old multivalue mapping.Tor Egge2016-11-251-6/+3
* Switch to new multivalue mapping.Tor Egge2016-11-231-1/+2
* Use new API to get values from multi value mapping.Tor Egge2016-11-171-8/+8
* PublishJon Bratseth2016-06-151-0/+173