Skip to content

Commit

Permalink
Merge branch 'main' into reindex-status-api-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke authored Dec 17, 2024
2 parents 92d8156 + bde485a commit 73cda03
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
},
"dynamic_templates" : [
{
"strings_as_keywords" : {
"map_objects": {
"match_mapping_type": "object",
"mapping": {
"type": "object"
}
}
},
{
"non_objects_as_keywords" : {
"match" : "*",
"mapping" : {
"type" : "keyword"
Expand Down

0 comments on commit 73cda03

Please sign in to comment.