From f9d3ab8585935b4281e324b9a95e9a1b4ce211f6 Mon Sep 17 00:00:00 2001 From: Reda El Issati Date: Thu, 20 Nov 2025 16:47:38 +0100 Subject: [PATCH] [DOCSENG-196] Align typesense schema with remote configuration --- typesense.config.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/typesense.config.json b/typesense.config.json index cf7d25a2124..c127bc31a78 100644 --- a/typesense.config.json +++ b/typesense.config.json @@ -14,6 +14,8 @@ "optional": true, "sort": false, "stem": false, + "stem_dictionary": "", + "store": true, "type": "string" }, { @@ -25,6 +27,8 @@ "optional": true, "sort": false, "stem": false, + "stem_dictionary": "", + "store": true, "type": "string" }, { @@ -36,6 +40,8 @@ "optional": true, "sort": false, "stem": false, + "stem_dictionary": "", + "store": true, "type": "string" }, { @@ -47,6 +53,8 @@ "optional": true, "sort": false, "stem": false, + "stem_dictionary": "", + "store": true, "type": "string" }, { @@ -58,6 +66,8 @@ "optional": true, "sort": false, "stem": false, + "stem_dictionary": "", + "store": true, "type": "string" }, { @@ -69,6 +79,8 @@ "optional": true, "sort": false, "stem": false, + "stem_dictionary": "", + "store": true, "type": "string" }, { @@ -80,6 +92,8 @@ "optional": true, "sort": true, "stem": false, + "stem_dictionary": "", + "store": true, "type": "int32" }, { @@ -91,6 +105,8 @@ "optional": false, "sort": true, "stem": false, + "stem_dictionary": "", + "store": true, "type": "int32" }, { @@ -102,6 +118,8 @@ "optional": true, "sort": false, "stem": false, + "stem_dictionary": "", + "store": true, "type": "string" }, { @@ -113,6 +131,8 @@ "optional": true, "sort": false, "stem": false, + "stem_dictionary": "", + "store": true, "type": "string" }, { @@ -124,6 +144,8 @@ "optional": true, "sort": false, "stem": false, + "stem_dictionary": "", + "store": true, "type": "string" }, { @@ -135,6 +157,8 @@ "optional": true, "sort": false, "stem": false, + "stem_dictionary": "", + "store": true, "type": "string[]" }, { @@ -146,6 +170,8 @@ "optional": true, "sort": false, "stem": false, + "stem_dictionary": "", + "store": true, "type": "string" }, { @@ -157,6 +183,8 @@ "optional": true, "sort": false, "stem": false, + "stem_dictionary": "", + "store": true, "type": "string" } ]