Dear all, I am starting with Solr and I cannot index map(key,values) or nested objects in Solr. I have not been able to find a satisfactory answer online. Please could anyone let me know where to find the full documentation of how to index nested objects in Solr? Also how to index and reference in the search melees in a map?
Example Json: {"name_s":"Lion-o", "age_i":30, "leader_b":true, "data":{"name":"me", "surname":"other"}, "values_ss":["red", "blue”]} {"name_s":"Cheetara", "age_i":28, "leader_b":false, "content_type": "parentDocument", "_childDocuments_":[{"name":"1"},{"name":"2"},{"name":"3"}]} What about with: {"name_s":"Lion-o", "age_i":30, "leader_b":true, "data":{"name”:[“me”], "surname”:[“other”, “next"]}, "values_ss":["red", "blue”]} I look forward to hearing form you soon. Thank you in advance, Amadeo