aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/searchsummary/docsummary/docsum_field_writer_factory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add streaming mode version of tokens document field writer.Tor Egge2024-03-271-3/+3
|
* - Collapse and simplify inheritance of DynamicTeaserDFW -> JuniperTeaserDFW ↵Henning Baldersheim2024-02-051-8/+3
| | | | | | -> JuniperDFW. - Perform all initialization in constructor.
* Add attribute tokens dfw.Tor Egge2023-10-301-0/+18
|
* Rename linguistics-tokens to tokens.Tor Egge2023-10-191-3/+3
|
* Add linguistics tokens document field writer.Tor Egge2023-10-161-0/+7
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Use one MatchingElementsFields instance per summary class.Geir Storli2023-03-311-6/+6
| | | | 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-2/+3
| | | | Move ownership of IKeywordExtractor to JuniperDFW.
* Put commands for docsum field writers at a common place.Geir Storli2022-09-191-14/+15
|
* Unify how errors during setup is handled in DocsumFieldWriterFactory.Geir Storli2022-09-161-41/+58
|
* Use const IDocsumEnvironment reference in DocsumFieldWriterFactory.Tor Egge2022-08-301-1/+1
|
* Use reference to IDocsumEnvironemt instead of pointer.Tor Egge2022-08-301-19/+25
|
* Factor out DocsumFieldWriterFactory.Tor Egge2022-08-291-0/+115