Skip to content

Commit

Permalink
Fix ES Tag Index failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mohityadav766 committed Dec 10, 2024
1 parent de8d09f commit 333b7f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@
"indexName": "tag_search_index",
"indexMappingFile": "/elasticsearch/%s/tag_index_mapping.json",
"alias": "tag",
"parentAliases": ["classification"],
"childAliases": ["all", "dataAsset"]
"parentAliases": ["classification", "all", "dataAsset"],
"childAliases": []
},
"classification": {
"indexName": "classification_search_index",
Expand Down

0 comments on commit 333b7f6

Please sign in to comment.