mapping中对应的field可以设置analyzer和searchAnalyzer,如果不设置的话,会使用setting设置的default analyzer,如果setting中没指定的话就会使用es默认的standard分词器了。查询时具体可通过explain API来查看具体分词细节及查询细节。
scheme:[//[user:password@]host[:port]]path[?query][#fragment] Go provides the following two functions to encode or escape a string so that it can be safely placed inside a URL:
自定义文本分析 文本分析由分析器执行,分析器是一组控制整个过程的规则。Elasticsearch 包含一个默认分析器standard analyzer,适用于大多数开箱即用的用例。