Elasticsearch: Analyzer Tokenizer Extended Words Stop Words


 

# tokenizer
put /orders
{
  "settings":{},
  "mappings":{
    "properties":{
      "title":{
        "type":"text",
        "analyzer":"standard"
      }
    }
  }
}

put /orders/_doc/1
{
  "title":"分大, this is a good MAN"
}
get _cat/indices?v

get /orders/_search
{
  "query":{
    "term":{
      "title":{
        "value": ""
      }
    }
  }
}

post /_analyze
{
  "analyzer":"ik_max_word",
  "text": "百知教育存在一名非常优秀的老师,他的名字叫陈艳男"
}

 

 

<?xml version="1.0" encoding="UTF-8"?>
"http://java.sun.com/dtd/properties.dtd">

  IK Analyzer 扩展配置
  
  
  "extra_main">extra_main.dic
  "ext_dict">ext_dict.dic
  
  
  "ext_stopwords">ext_stopwords.dic