aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/searchsummary/docsummary/slime_filler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add linguistics tokens document field writer.Tor Egge2023-10-161-6/+13
* Enable passing search::docsummary::IStringFieldConverter pointer toTor Egge2023-10-121-4/+4
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove SearchDataType::URI.Tor Egge2022-10-191-8/+0
* Simplify API of SlimeFillerFilter to make it easier to use.Geir Storli2022-09-221-14/+14
* Reduce special handling of struct fields.Tor Egge2022-09-211-0/+11
* Move static member functions from SummaryFieldConverter to SlimeFiller.Tor Egge2022-09-201-0/+34
* Add slime filler filter.Tor Egge2022-09-161-16/+28
* Factor out IStringFieldConverter from IJuniperConverter.Tor Egge2022-09-161-8/+8
* Remove tokenize support in slime filler.Tor Egge2022-09-151-30/+14
* Prepare for stacking juniper converters.Tor Egge2022-09-131-2/+2
* Handle juniper callbacks for array of string.Tor Egge2022-09-121-3/+3
* Add callback interface for rendering string field value via juniper.Tor Egge2022-09-121-4/+23
* Move SlimeFiller to separate file.Tor Egge2022-09-111-0/+329