Skip to content

elasticsearch index segmentation

yaokun123 edited this page Aug 4, 2020 · 1 revision
  • 1、查看分词
POST company_new_index/_analyze
{
  "analyzer": "ik_smart",
  "text": "上海凭安征信服务有限公司"
}

//ik_max_word
//ik_smart
Clone this wiki locally