aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/docsummary/attribute_combiner/attribute_combiner_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Adjust api for DocsumWriter and DocsumFieldWriter:Tor Egge2022-09-151-1/+1
* Don't render field in search result if it is empty after matched elements fil...Tor Egge2022-09-081-3/+3
* Use vespalib::SmartBuffer instead of ancient RawBuf.Henning Baldersheim2022-08-301-3/+1
* Remove unneeded includes in header files.Tor Egge2022-07-071-3/+3
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Support filtering of matched elements for multi-value attributes.Geir Storli2020-06-051-139/+30
* Simplify validation of slime docsum by comparing slime objects directly.Geir Storli2020-06-051-70/+30
* Prepare to support matched-elements-only for arrays and weighted sets of prim...Geir Storli2020-05-201-33/+33
* update unit tests with new expected outputArne Juul2020-05-191-5/+5
* Reduce amount of inlining for large methodsHenning Baldersheim2019-10-141-9/+14
* Setup struct field mapper when constructing matched elements filter dfw.Geir Storli2019-10-081-1/+1
* Verify that struct mapper is correctly setup.Tor Egge2019-10-021-4/+44
* Change signature of fill_matching_elements to take a const reference toTor Egge2019-10-021-2/+7
* Move ownership of MatchingElements to GetDocsumsState.Tor Egge2019-09-271-1/+1
* Add filtering support to attribute combiner dynamic field writer.Tor Egge2019-09-251-6/+56
* Rewrite attribute combiner unit test to use GTest.Tor Egge2019-09-251-32/+44
* Test map of struct.Tor Egge2018-06-081-12/+34
* Handle empty array of struct in attribute combiner dynamic field writer.Tor Egge2018-06-081-3/+4
* Factor out common code to new function: toCompactJsonString.Tor Egge2018-06-081-16/+13
* Add attribute combiner dynamic field writer.Tor Egge2018-06-071-0/+220