On 2023-01-13 11:12 PM, Anuj Bhargava wrote:
So what would be the advice to a layman like me?1. Use Solr 8.x with builtin DIH or 2. Use a 3rd part DIH with Solr 9.x
Export your data as JSON documents (look it up on Google) and POST them to Solr with curl (look it up in Solr documentation). Most of us will do that in a script because we can, but in the simple case the above should work too.
Dima