aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/searchsummary/docsummary/attribute_combiner_dfw.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Modernize C++ code.Geir Storli2022-09-161-1/+1
* Adjust api for DocsumWriter and DocsumFieldWriter:Tor Egge2022-09-151-4/+4
* GC some unused code and add some 'explicit' qualifiers.Henning Baldersheim2022-08-261-6/+0
* Use smart pointers in search::docsummary::DynamicDocsumWriter.Tor Egge2022-08-261-1/+1
* Remove unneeded includes in header files.Tor Egge2022-07-071-3/+3
* Use MultiValueReadView to read values from struct field attributes.Tor Egge2022-04-251-2/+2
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Prepare to support matched-elements-only for arrays and weighted sets of prim...Geir Storli2020-05-201-7/+9
* Setup struct field mapper when constructing matched elements filter dfw.Geir Storli2019-10-081-2/+4
* Change StructFieldsResolver to remember attribute names and add function to p...Geir Storli2019-10-081-4/+4
* Move StructFields class to separate files and rename to StructFieldsResolver.Geir Storli2019-10-081-80/+4
* Change signature of fill_matching_elements to take a const reference toTor Egge2019-10-021-6/+8
* Add filtering support to attribute combiner dynamic field writer.Tor Egge2019-09-251-5/+10
* IDocsumFW -> ISimpleDFWHenning Baldersheim2019-01-141-1/+1
* GC unused codeHenning Baldersheim2019-01-111-6/+2
* Handle imported attributes in AttributeCombinerDFW.Tor Egge2018-11-261-6/+6
* Add docsum field writer for map of struct based on values in structTor Egge2018-06-081-2/+2
* Use helper class to collect list of nested field names forTor Egge2018-06-081-37/+73
* Add attribute combiner dynamic field writer.Tor Egge2018-06-071-0/+105