原因:text類型不支持求平均值,改為float
PUT文章來源:http://www.zghlxwxcb.cn/news/detail-545034.html
http://localhost:9201/shopping/_mapping文章來源地址http://www.zghlxwxcb.cn/news/detail-545034.html
{
"properties":{
"title":{
"type": "text", // text 文本類型,可以分詞
"index": true
},
"category": {
"type":"text", // keyword 關(guān)鍵詞,必須是完整的,不能分詞
"index": true
},
"images": {
"type": "text",
"index": true
},
"price":{
"type":"float",
"index":true
}
}
}
到了這里,關(guān)于Field [price] of type [text] is not supported for aggregation [avg]的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!