aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-09-05 17:37:30 +0200
committerGitHub <noreply@github.com>2022-09-05 17:37:30 +0200
commitb81ed9944fd93513b18c48f8fc84d9aeec8615a5 (patch)
tree8882f3e08263e620980a7aef6ebbeaa2f44cf8d1
parentd827ac5da4e97d2b9f619675198cdb77c55581e1 (diff)
parentb46ae3e728e86df8413d00cca13fb7d5492598df (diff)
Merge pull request #23938 from vespa-engine/toregge/prepare-for-removal-of-summarymap-config
Prepare for removal of summarymap config.
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/fileconfigmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/fileconfigmanager.cpp b/searchcore/src/vespa/searchcore/proton/server/fileconfigmanager.cpp
index 820e61bc7a7..5ee70575916 100644
--- a/searchcore/src/vespa/searchcore/proton/server/fileconfigmanager.cpp
+++ b/searchcore/src/vespa/searchcore/proton/server/fileconfigmanager.cpp
@@ -328,6 +328,7 @@ FileConfigManager::loadConfig(const DocumentDBConfig &currentSnapshot, search::S
addEmptyFile(snapDir, "ranking-expressions.cfg");
addEmptyFile(snapDir, "onnx-models.cfg");
addEmptyFile(snapDir, "imported-fields.cfg");
+ addEmptyFile(snapDir, "summarymap.cfg");
DocumentDBConfigHelper dbc(spec, _docTypeName);