Skip to content

Commit

Permalink
pref: 日志模块ES存储性能优化 #7091 修改产生存储的字段类型
Browse files Browse the repository at this point in the history
  • Loading branch information
royalhuang committed Jan 10, 2025
1 parent 1f897c8 commit ee7ffaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object ESIndexUtils {
.startObject("stepId").field("type", "keyword").endObject()
.startObject("executeCount").field("type", "keyword").endObject()
.startObject("logType").field("type", "keyword").endObject()
.startObject("message").field("type", "keyword")
.startObject("message").field("type", "text")
.field("index", false)
.endObject()
.endObject()
Expand Down

0 comments on commit ee7ffaa

Please sign in to comment.