Unverified Commit 88c05522 authored by Wonyeong Choi's avatar Wonyeong Choi Committed by GitHub

fix: Update elasticsearch table index mapping (#373)

Signed-off-by: 's avatarone0-choi <one0.choi@samsung.com>
Co-authored-by: 's avatarone0-choi <one0.choi@samsung.com>
parent e04e21ea
......@@ -65,7 +65,13 @@ TABLE_ELASTICSEARCH_INDEX_MAPPING = textwrap.dedent(
"type": "keyword"
},
"cluster": {
"type": "text"
"type": "text",
"analyzer": "simple",
"fields": {
"raw": {
"type": "keyword"
}
}
},
"database": {
"type": "text",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment