we have a postgresql database containing json formatted data about various posts on social media accounts for our customers. Basically we only have a field with the ID and the other field contains all the JSON about a facebook post for example. Now I need to be able to query for all the fields in the JSON. My question is: how would I tell Solr to index only the field that contains the JSON and split the JSON to interpret multiple fields out of that single field. Sorry for my bad english!
Kevin