aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlestringattribute.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Normalize includes in searchlib/attribute.Tor Egge2022-09-261-3/+3
* Reduce use of default values in parameter lists.Tor Egge2022-05-311-2/+2
* Factor out SingleStringEnumSearchContext from SingleStringAttribute.Tor Egge2022-04-021-30/+0
* Use temporary search context to pass arguments to posting list search context.Tor Egge2022-03-311-0/+1
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-2/+1
* Add acquire_enum_entry_ref() member function to single enum attribute.Tor Egge2022-03-161-2/+2
* Use AtomicEntryRef in single value enumerated attribute for mappingTor Egge2022-03-071-2/+2
* 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-3/+1
* GC unused typeddefs and params.Henning Baldersheim2021-03-031-2/+0
* Style changes and function renaming in enum store.Geir Storli2019-09-131-4/+4
* Change typedef -> using.Geir Storli2019-08-211-23/+21
* implement new API in singlestringattributeArne Juul2018-07-131-0/+3
* onCmp -> onFindHenning Baldersheim2018-05-231-3/+3
* Refactored to allow iteration over matching elements.Henning Baldersheim2018-05-231-4/+5
* 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
* 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-8/+7
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-3/+4
* PublishJon Bratseth2016-06-151-0/+115