我正在尝试将 solr 5 中的数据作为 json 格式保存在一个字段中
example
"eligibility": "[{\"state_id\": 0, \"name\": \"Anywhere in India\", \"id\": 5000}]",
简单的数据正在工作
"location_search_id": ["5000"],
solr 5 中不支持资格数据
<field name="eligibility" type="string" indexed="false" stored="true" />