1

スキーマ:

<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 を試しましたが、同じエラーが発生します。

4

1 に答える 1