summaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/documentdbconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/server/documentdbconfig.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/documentdbconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/documentdbconfig.h b/searchcore/src/vespa/searchcore/proton/server/documentdbconfig.h
index 4c814de0b90..1d0980238a3 100644
--- a/searchcore/src/vespa/searchcore/proton/server/documentdbconfig.h
+++ b/searchcore/src/vespa/searchcore/proton/server/documentdbconfig.h
@@ -250,6 +250,11 @@ public:
* reprocessing.
*/
static SP makeDelayedAttributeAspectConfig(const SP &newCfg, const DocumentDBConfig &oldCfg);
+
+ static std::shared_ptr<search::index::Schema>
+ build_schema(const AttributesConfig& attributes_config,
+ const SummaryConfig& summary_config,
+ const IndexschemaConfig &indexschema_config);
};
} // namespace proton