摘要:
依赖: <!-- https://mvnrepository.com/artifact/cn.hutool/hutool-core --> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-core</artifactId> < 阅读全文
posted @ 2021-05-20 20:03
虹梦未来
阅读(36)
评论(0)
推荐(0)
摘要:
前言:IK分词器最小拆分粒度是单字,如果我们直接使用match查询,会过多的结果,但是直接使用term查询,会导致大概率查不到数据,这里有一个match_parser的方式解决我们的尴尬.下边的文章转载自: 一文搞懂match、match_phrase与match_phrase_prefix的检索过 阅读全文
posted @ 2021-05-20 17:35
虹梦未来
阅读(96)
评论(0)
推荐(0)