查看索引的mapping:
{
"index-XXX" : {
"mappings" : {
"type1" : {
"properties" : {
"3rdchanneid" : {
"type" : "string",
"index" : "not_analyzed"
}
}
},
"type2" : {
"properties" : {
"3rdchanneid" : {
"type" : "string"
}
}
}
}
后台一直输出[mapper [3rdchanneid] has different [index] values, mapper mapper [3rdchanneid] has different [analyzer]]
还造成这个索引的分片都不能用
{
"index-XXX" : {
"mappings" : {
"type1" : {
"properties" : {
"3rdchanneid" : {
"type" : "string",
"index" : "not_analyzed"
}
}
},
"type2" : {
"properties" : {
"3rdchanneid" : {
"type" : "string"
}
}
}
}
后台一直输出[mapper [3rdchanneid] has different [index] values, mapper mapper [3rdchanneid] has different [analyzer]]
还造成这个索引的分片都不能用
1 个回复
shenxiang
赞同来自: