I have an application where I am using spring datasolr to save data. Now I have an object PhoneDocument that has lot of fields: String, boolean. They are getting properly saved in solr. Even Collection is getting properly saved in solr.
How ever if I use an object like SimDocument in PhoneDocument, data form SimDocument is not saved in solr.
Before posting my code I wanted to know if its even possible to have a scenario where your Document has a custom object and when you save the Document(PhoneDocument) the data that was stored in the custom object(SimDocument) will be saved as well