弹性动力学中文分词测试

1、发送_analyze请求
elastic ik中文分词测试
2、返回结果:
{
"tokens": [
{
"token": "珠江口",
"start_offset": 0,
"end_offset": 3,
"type": "CN_WORD",
"position": 0
},
{
"token": "珠江",
"start_offset": 0,
"end_offset": 2,
"type": "CN_WORD",
"position": 1
},
{
"token": "江口",
"start_offset": 1,
"end_offset": 3,
"type": "CN_WORD",
"position": 2
},
{
"token": "阳江",
"start_offset": 3,
"end_offset": 5,
"type": "CN_WORD",
"position": 3
},
{
"token": "中山",
"start_offset": 6,
"end_offset": 8,
"type": "CN_WORD",
"position": 4
},
{
"token": "深圳",
"start_offset": 9,
"end_offset": 11,
"type": "CN_WORD",
"position": 5
},
{
"token": "n",
"start_offset": 11,
"end_offset": 12,
"type": "ENGLISH",
"position": 6
},
{
"token": "珠海",
"start_offset": 12,
"end_offset": 14,
"type": "CN_WORD",
"position": 7
},
{
"token": "3",
"start_offset": 14,
"end_offset": 15,
"type": "ARABIC",
"position": 8
},
{
"token": "江门",
"start_offset": 15,
"end_offset": 17,
"type": "CN_WORD",
"position": 9
},
{
"token": "user1",
"start_offset": 18,
"end_offset": 23,
"type": "LETTER",
"position": 10
},
{
"token": "user",
"start_offset": 18,
"end_offset": 22,
"type": "ENGLISH",
"position": 11
},
{
"token": "1",
"start_offset": 22,
"end_offset": 23,
"type": "ARABIC",
"position": 12
},
{
"token": "周口",
"start_offset": 24,
"end_offset": 26,
"type": "CN_WORD",
"position": 13
}
]
}

弹性动力学中文分词测试