setHosts(['kubernetes.docker.internal:9200'])->build(); // 第一种方法 $client->indices()->analyze([ 'index' => 'my_index', 'body' => [ 'analyzer' => 'ik_smart', 'text' => '上海自来水来自海上' ] ]); // 第二种方法 $client->indices()->analyze([ 'index' => 'my_index', 'body' => [ 'field' => 'testField', 'text' => 'i am a bad student' ] ]);


![[Elasticsearch]ElasticSearch7.11通过PHP测试分析器 [Elasticsearch]ElasticSearch7.11通过PHP测试分析器](http://www.mshxw.com/aiimages/31/745932.png)
