我们在安装了elasticsearch后
默认的分词为standard
我们可以用postman来测试分词的情况
`http://192.168.2.238:9200/_analyze?pretty`
```
{
"analyzer":"standard",
"text":"中华人民共和国国歌"
}
```
![](https://static.yuanchengzhushou.cn/image/8235.jpg)
我们在安装了elasticsearch后
默认的分词为standard
我们可以用postman来测试分词的情况
`http://192.168.2.238:9200/_analyze?pretty`
```
{
"analyzer":"standard",
"text":"中华人民共和国国歌"
}
```
![](https://static.yuanchengzhushou.cn/image/8235.jpg)