aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-09-22 13:16:16 +0200
committerTor Egge <Tor.Egge@online.no>2022-09-22 13:16:16 +0200
commit618e9cd7f9edebc86049ad61d0cc3c0493738260 (patch)
treef488dcc140806fbfaddf67c43b754568b4c54690 /searchcore/src/apps
parent505b96257fda9084527d8bb9adbf2f2e7f20855c (diff)
Remove summary fields from schema.
Diffstat (limited to 'searchcore/src/apps')
-rw-r--r--searchcore/src/apps/tests/persistenceconformance_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/apps/tests/persistenceconformance_test.cpp b/searchcore/src/apps/tests/persistenceconformance_test.cpp
index a40ebdfa6ff..0db14538630 100644
--- a/searchcore/src/apps/tests/persistenceconformance_test.cpp
+++ b/searchcore/src/apps/tests/persistenceconformance_test.cpp
@@ -124,7 +124,7 @@ public:
CS::IndexschemaConfigSP indexschema = _schemaFactory->createIndexSchema(*docType);
CS::AttributesConfigSP attributes = _schemaFactory->createAttributes(*docType);
CS::SummaryConfigSP summary = _schemaFactory->createSummary(*docType);
- auto schema = DocumentDBConfig::build_schema(*attributes, *summary, *indexschema);
+ auto schema = DocumentDBConfig::build_schema(*attributes, *indexschema);
return std::make_shared<DocumentDBConfig>(
1,
std::make_shared<RankProfilesConfig>(),