The DataImportHandler is a Solr contrib that provides a configuration driven way to import data into Solr, supporting both full and incremental (delta) import.
We have the following two tables in our mySQL: mysql> describe comment; +--------------+--------------+------+-----+---------+-------+ | Field | …
mysql solr solr4 dataimporthandlerI want to get data from mysql database with the help of DataImportHandler so i can create indexes. Now I've …
mysql solr indexing dataimporthandler requesthandler