Board logo

标题: es6.2.4学习学习----ik分词器java 更新 [打印本页]

作者: look_w    时间: 2019-3-8 19:25     标题: es6.2.4学习学习----ik分词器java 更新

对应DSL

    PUT ik_java
    {
      "mappings": {
        "doc": {
          "properties": {
            "title": {
              "type": "text",
              "fields": {
                "title_ik_max_word": {
                  "type": "text",
                  "analyzer": "ik_max_word"
                },
                "title_ik_smart": {
                  "type": "text",
                  "analyzer": "ik_smart"
                }
              }
            }
          }
        }
      },
      "settings": {
        "number_of_shards": "3",
        "number_of_replicas": "2"
      }

}




欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) Powered by Discuz! 7.0.0