From cb652bc935fd698aa7c34129fecc48853051eed3 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Thu, 5 Jan 2023 14:06:36 +0100 Subject: Add interface class IKeywordExtractor. --- searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searchcore') diff --git a/searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.cpp b/searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.cpp index 3a60d27a40f..ab0732d1fec 100644 --- a/searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.cpp +++ b/searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include #include @@ -105,7 +105,7 @@ SummarySetup(const vespalib::string & baseDir, const SummaryConfig & summaryCfg, } docsum_field_writer_factory.reset(); - _docsumWriter = std::make_unique(std::move(resultConfig), std::unique_ptr()); + _docsumWriter = std::make_unique(std::move(resultConfig), std::unique_ptr()); } IDocsumStore::UP -- cgit v1.2.3