Skip to content

Commit

Permalink
fix: Update elasticsearch table index mapping (#373)
Browse files Browse the repository at this point in the history
Signed-off-by: one0-choi <[email protected]>

Co-authored-by: one0-choi <[email protected]>
  • Loading branch information
Wonong and one0-choi authored Sep 22, 2020
1 parent e04e21e commit 88c0552
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion databuilder/publisher/elasticsearch_constants.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 88c0552

Please sign in to comment.