Skip to content

Commit

Permalink
fix: Update elasticsearch mapping (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: one0-choi <one0.choi@samsung.com>

Co-authored-by: one0-choi <one0.choi@samsung.com>
  • Loading branch information
Wonong and one0-choi authored Sep 24, 2020
1 parent 3eed7fa commit b43a687
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion amundsen_common/models/index_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,13 @@
"type": "keyword"
},
"cluster": {
"type": "text"
"type": "text",
"analyzer": "simple",
"fields": {
"raw": {
"type": "keyword"
}
}
},
"database": {
"type": "text",
Expand Down

0 comments on commit b43a687

Please sign in to comment.