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 bcacc30 commit e73310bCopy full SHA for e73310b
src/Elastic.Markdown/Exporters/Elasticsearch/ElasticsearchExporter.cs
@@ -252,7 +252,7 @@ protected static string CreateMapping(string? inferenceId) =>
252
"headings": {
253
"type": "text",
254
"search_analyzer": "synonyms_analyzer"
255
- },
+ }
256
{{(!string.IsNullOrWhiteSpace(inferenceId) ? AbstractInferenceMapping(inferenceId) : AbstractMapping())}}
257
}
258
0 commit comments