Skip to content

Commit d001818

Browse files
authored
[DOCSENG-196] Align typesense schema with remote configuration (#32954)
1 parent 151fea3 commit d001818

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

typesense.config.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"optional": true,
1515
"sort": false,
1616
"stem": false,
17+
"stem_dictionary": "",
18+
"store": true,
1719
"type": "string"
1820
},
1921
{
@@ -25,6 +27,8 @@
2527
"optional": true,
2628
"sort": false,
2729
"stem": false,
30+
"stem_dictionary": "",
31+
"store": true,
2832
"type": "string"
2933
},
3034
{
@@ -36,6 +40,8 @@
3640
"optional": true,
3741
"sort": false,
3842
"stem": false,
43+
"stem_dictionary": "",
44+
"store": true,
3945
"type": "string"
4046
},
4147
{
@@ -47,6 +53,8 @@
4753
"optional": true,
4854
"sort": false,
4955
"stem": false,
56+
"stem_dictionary": "",
57+
"store": true,
5058
"type": "string"
5159
},
5260
{
@@ -58,6 +66,8 @@
5866
"optional": true,
5967
"sort": false,
6068
"stem": false,
69+
"stem_dictionary": "",
70+
"store": true,
6171
"type": "string"
6272
},
6373
{
@@ -69,6 +79,8 @@
6979
"optional": true,
7080
"sort": false,
7181
"stem": false,
82+
"stem_dictionary": "",
83+
"store": true,
7284
"type": "string"
7385
},
7486
{
@@ -80,6 +92,8 @@
8092
"optional": true,
8193
"sort": true,
8294
"stem": false,
95+
"stem_dictionary": "",
96+
"store": true,
8397
"type": "int32"
8498
},
8599
{
@@ -91,6 +105,8 @@
91105
"optional": false,
92106
"sort": true,
93107
"stem": false,
108+
"stem_dictionary": "",
109+
"store": true,
94110
"type": "int32"
95111
},
96112
{
@@ -102,6 +118,8 @@
102118
"optional": true,
103119
"sort": false,
104120
"stem": false,
121+
"stem_dictionary": "",
122+
"store": true,
105123
"type": "string"
106124
},
107125
{
@@ -113,6 +131,8 @@
113131
"optional": true,
114132
"sort": false,
115133
"stem": false,
134+
"stem_dictionary": "",
135+
"store": true,
116136
"type": "string"
117137
},
118138
{
@@ -124,6 +144,8 @@
124144
"optional": true,
125145
"sort": false,
126146
"stem": false,
147+
"stem_dictionary": "",
148+
"store": true,
127149
"type": "string"
128150
},
129151
{
@@ -135,6 +157,8 @@
135157
"optional": true,
136158
"sort": false,
137159
"stem": false,
160+
"stem_dictionary": "",
161+
"store": true,
138162
"type": "string[]"
139163
},
140164
{
@@ -146,6 +170,8 @@
146170
"optional": true,
147171
"sort": false,
148172
"stem": false,
173+
"stem_dictionary": "",
174+
"store": true,
149175
"type": "string"
150176
},
151177
{
@@ -157,6 +183,8 @@
157183
"optional": true,
158184
"sort": false,
159185
"stem": false,
186+
"stem_dictionary": "",
187+
"store": true,
160188
"type": "string"
161189
}
162190
]

0 commit comments

Comments
 (0)