aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/searchsummary/docsummary/docsum_store_document.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable passing search::docsummary::IStringFieldConverter pointer toTor Egge2023-10-121-2/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Move static member functions from SummaryFieldConverter to SlimeFiller.Tor Egge2022-09-201-3/+3
* Remove tokenize support in slime filler.Tor Egge2022-09-151-2/+3
* Add callback interface for rendering string field value via juniper.Tor Egge2022-09-121-19/+13
* Catch attempts to access fields not present in document type when generatingTor Egge2022-09-031-5/+14
* Add get_juniper_input member function to IDocsumStoreDocument interface.Tor Egge2022-08-241-0/+11
* Adjust signature for IDocsumStoreDocument::get_field_value() to return Docsum...Tor Egge2022-08-191-3/+3
* Add DocumentIdDFW, used to print document id without using docsum blob.Tor Egge2022-07-121-0/+11
* Move check for undefined value to SummaryFieldConverter::insert_summary_field.Tor Egge2022-07-081-5/+1
* Add insert_summary_field member function to IDoscumStoreDocument.Tor Egge2022-07-051-0/+15
* Add IDocsumStoreDocument, an interface for accessing the original documentTor Egge2022-07-051-0/+31