aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/searchsummary/docsummary/slime_filler.h
Commit message (Expand)AuthorAgeFilesLines
* Enable passing search::docsummary::IStringFieldConverter pointer toTor Egge2023-10-121-2/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Simplify API of SlimeFillerFilter to make it easier to use.Geir Storli2022-09-221-3/+4
* Reduce special handling of struct fields.Tor Egge2022-09-211-0/+1
* Move static member functions from SummaryFieldConverter to SlimeFiller.Tor Egge2022-09-201-0/+10
* Add slime filler filter.Tor Egge2022-09-161-1/+3
* Factor out IStringFieldConverter from IJuniperConverter.Tor Egge2022-09-161-3/+3
* Remove tokenize support in slime filler.Tor Egge2022-09-151-4/+3
* Handle juniper callbacks for array of string.Tor Egge2022-09-121-1/+1
* Add callback interface for rendering string field value via juniper.Tor Egge2022-09-121-0/+4
* Move SlimeFiller to separate file.Tor Egge2022-09-111-0/+55