- Issue created by @a.dmitriiev
- 🇩🇪Germany a.dmitriiev
PR was created https://github.com/mkalkbrenner/search_api_solr/pull/110
Also attaching the patch.
This is a follow up of old issue with nested documents. Since that issue was raised I believe a lot was changed and it is not possible just to use the "String" type for a field in the processor anymore, because the object can't be converted to the string. Therefore some small adjustments are needed to the code to be able to actually put nested documents to Solr index.
PR will contain those adjustments.
Active
4.0
Code
PR was created https://github.com/mkalkbrenner/search_api_solr/pull/110
Also attaching the patch.