我设置了同义词词条:米其林,michelin
查看分词的结果:
[url=http://192.168.5.84:9200/b_item_192_168_5_122/_analyze?text=%E7%B1%B3%E5%85%B6%E6%9E%97%20michelin&analyzer=ik_smart_syno]http://192.168.5.84:9200/b_ite ... _syno[/url]
现在的分词结果是
																				查看分词的结果:
[url=http://192.168.5.84:9200/b_item_192_168_5_122/_analyze?text=%E7%B1%B3%E5%85%B6%E6%9E%97%20michelin&analyzer=ik_smart_syno]http://192.168.5.84:9200/b_ite ... _syno[/url]
现在的分词结果是
{
    tokens: [
        {
            token: "米其林",
            start_offset: 0,
            end_offset: 3,
            type: "CN_WORD",
            position: 0
        },
        {
            token: "michelin",
            start_offset: 0,
            end_offset: 3,
            type: "SYNONYM",
            position: 0
        },
        {
            token: "michelin",
            start_offset: 4,
            end_offset: 12,
            type: "ENGLISH",
            position: 1
        },
        {
            token: "米其林",
            start_offset: 4,
            end_offset: 12,
            type: "SYNONYM",
            position: 1
        }
    ]
}
 
	
1 个回复
medcl - 今晚打老虎。
赞同来自: