aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/searchsummary/docsummary/array_attribute_combiner_dfw.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Don't render field in search result if it is empty after matched elements fil...Tor Egge2022-09-081-1/+5
* Use smart pointers in search::docsummary::DynamicDocsumWriter.Tor Egge2022-08-261-1/+1
* Remove unneeded includes in header files.Tor Egge2022-07-071-0/+1
* Use MultiValueReadView to read values from struct field attributes.Tor Egge2022-04-251-10/+11
* 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-5/+5
* wire in special case for maps to avoid keys/values just disappearingArne Juul2020-05-191-6/+10
* Change StructFieldsResolver to remember attribute names and add function to p...Geir Storli2019-10-081-12/+6
* Change signature of fill_matching_elements to take a const reference toTor Egge2019-10-021-2/+9
* Add filtering support to attribute combiner dynamic field writer.Tor Egge2019-09-251-11/+41
* Explicit initialization of _writers.Tor Egge2018-06-081-1/+2
* Handle empty array of struct in attribute combiner dynamic field writer.Tor Egge2018-06-081-0/+3
* Add attribute combiner dynamic field writer.Tor Egge2018-06-071-0/+89