Hi, I am a beginner in Solr. I have a scenario, where I need to index data from my MySQL db and need to query them. I have figured out to provide my db data import configs using DIH. I also know to query my index via SolrJ.
How can I do indexing via SorJ client for my db as well other than reading the db records into documents one by one? This question is in point whether is there any way I can make use of my configuration files and achieve the same. We need to use java APIs, so all indexing and querying can be done only via SolrJ. Best Regards, Sreedevi S