模式:
<field name="tags" type="string_ci" indexed="true" stored="true" multiValued="true" />文件:
document = {
"id":123,
"title":"this is title",
"description":"this is desc",
"tags":["beach", "luxury", "RTW"]
}错误:
<title>Error 400 ERROR: [doc=20] Error adding field \'tags\'=\'[beach, luxury, RTW]\'</title>我尝试了REST,python模块solrpy & sunburnt,但是给出了同样的错误。
发布于 2013-11-19 08:56:41
问题解决了!我的solr模式似乎出了问题。
https://stackoverflow.com/questions/20065795
复制相似问题