Solr - 使用多值字段添加文档时出错

时间:2013-11-19 07:39:21

标签: python rest solr sunburnt

架构:

<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&amp;晒伤,但同样的错误。

1 个答案:

答案 0 :(得分:-1)

问题解决了!我的solr架构似乎出了问题。