I'm looking into chunking my data source for optimial data import into solr and was wondering if it was possible to use a master url that chunked data into sections.
For example ...
I have MySql database for my application. i implemented solr search and used dataimporthandler(DIH)to index data from database into solr. my question is: is there any way that if database ...
When I run a full-import it is only indexing 1 document. In the logs I see it processing most of the records (~300 records). I don't see any errors ...