aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/vsm/vsm/docsum_field_writer_factory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add streaming mode version of tokens document field writer.Tor Egge2024-03-271-0/+28
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Use one MatchingElementsFields instance per summary class.Geir Storli2023-03-311-4/+5
| | | | 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/+11
|
* Unify how errors during setup is handled in DocsumFieldWriterFactory.Geir Storli2022-09-161-21/+19
|
* Use const IDocsumEnvironment reference in DocsumFieldWriterFactory.Tor Egge2022-08-301-1/+1
|
* Use reference to IDocsumEnvironemt instead of pointer.Tor Egge2022-08-301-1/+1
|
* Factor out DocsumFieldWriterFactory.Tor Egge2022-08-291-0/+80