janhoy commented on PR #4910: URL: https://github.com/apache/solr/pull/4910#issuecomment-5678795531
Another difference is that this implementation indexes the JSON verbatim, i.e. if you intend to flatten a deep JSON document into `person.name=john, person.age=42` rather than adding a child doc `person`, then you have to do that on the client side, the loader will do exactly as told. It could make sense to support the `split`/`f` style config that `update/json/docs` loader provides, that will flatten by default but use child docs at some paths. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
