We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8c7df commit ae22882Copy full SHA for ae22882
src/Elastic.Markdown/Exporters/Elasticsearch/ElasticsearchExporter.cs
@@ -164,8 +164,9 @@ protected static string CreateMappingSetting(string synonymSetName) =>
164
"filter": {
165
"synonyms_filter": {
166
"type": "synonym_graph",
167
- "synonyms_set": "{{synonymSetName}}"
168
- },
+ "synonyms_set": "{{synonymSetName}}",
+ "updateable": true
169
+ },
170
"english_stop": {
171
"type": "stop",
172
"stopwords": "_english_"
0 commit comments