elasticsearch使用Analyze API

  curl -XGET 'localhost:9200/index_name/_analyze?pretty&field=type_name.field_name' -d 

     'Robots cars'

原文地址:https://www.cnblogs.com/sheeva/p/4849229.html