solr 5のデータを1つのフィールドに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" />