您当前的位置: 首页 >  I.T10001 搜索

ES7.16.2高级搜索之自动搜索推荐suggest(三)

I.T10001 发布时间:2022-01-02 19:03:16 ,浏览量:10

##completion suggest搜索推荐,自动提示
##索引
PUT blog_01
{
  "mappings": {
    "properties": {
      "name":{
        "type": "text",
        "analyzer": "ik_max_word",
        "fields": {
          "suggest":{
            "type":"completion",
            "analyzer":"ik_max_word"
          }
        }
      }
    }
  }
}

##初始化数据
PUT blog_01/_bulk
{"index":{}}
{"name":"我的名字"}
{"index":{}}
{"name":"小米"}
{"index":{}}
{"name":"小米米家"}
{"index":{}}
{"name":"小米之家"}
{"index":{}}
{"name":"小米最新旗舰版"}

##自动搜索提示
GET blog_01/_search
{
  "suggest": {
    "my_suggest": {
      "prefix": "小米",
      "completion":{
        "field":"name.suggest"
      }
    }
  }
}
















关注
打赏
1688896170
查看更多评论

I.T10001

暂无认证

  • 10浏览

    0关注

    154博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.0479s