aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/searchsummary/docsummary/docsum_field_writer_factory.h
Commit message (Collapse)AuthorAgeFilesLines
* Add streaming mode version of tokens document field writer.Tor Egge2024-03-271-0/+1
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Use one MatchingElementsFields instance per summary class.Geir Storli2023-03-311-2/+2
| | | | This avoids calculating MatchingElements for fields that exist in other summary classes.
* Rename KeywordExtractor to QueryTermFilter.Tor Egge2023-01-251-3/+3
|
* Add interface class IKeywordExtractorFactory.Tor Egge2023-01-051-1/+3
| | | | Move ownership of IKeywordExtractor to JuniperDFW.
* Unify how errors during setup is handled in DocsumFieldWriterFactory.Geir Storli2022-09-161-1/+3
|
* Use const IDocsumEnvironment reference in DocsumFieldWriterFactory.Tor Egge2022-08-301-3/+3
|
* Use reference to IDocsumEnvironemt instead of pointer.Tor Egge2022-08-301-3/+4
|
* Factor out DocsumFieldWriterFactory.Tor Egge2022-08-291-0/+29