好的想法是十分钱一打,真正无价的是能够实现这些想法的人。

es标准分词(有数字)

Elasticsearch | 作者 bingo919 | 发布于2019年09月29日 | 阅读数:2802

GET _analyze
{
"analyzer" : "standard",
"text" : "hello.jdbc4.CommunicationsException"
}
为什么分成了下面的
GET _analyze
{
"analyzer" : "standard",
"text" : "hello.jdbc4.CommunicationsException"
}

es 。5.6.8
已邀请:

core_wzw - 某AILab搜索技术负责人

赞同来自:

因为standard分词默认“hello.jdbc4.CommunicationsException”是一个词,“.”不是默认就会分的。

要回复问题请先登录注册