-1

I am not getting correct way of configure dataimport handler. i want to import mysql AND SQL server dataimport in solr.

Want to import mysql database in solr version. or migrate solr version 8 to 9.

I was configure dataimport handler old way but this not work i mean after configuration core is not load.

  • We need some details, share your config with us, please – Kyrylo Romantsov Jul 29 '23 at 13:34
  • I Just install.My OS ubuntu currently i am using solr version 8 and i want set new solr of letest version 9.Latest solr version is depricated dataimport handler so How can i import data in solr using database connection. Plese share any one solution Here. – Sagar Asane Jul 31 '23 at 05:15

1 Answers1

1

You'll need to use some contributors' packages like https://github.com/SearchScale/dataimporthandler. This is a good one by the way, all the installation and usage instructions are in the README of the repo.

This was well explained in this topic: What is going to replace the DataImportHandler in Solr 9.0?

Kyrylo Romantsov
  • 172
  • 1
  • 1
  • 11
  • I am using this but at a time this jar file getting data in database full i want to import data in slow and continuasly only updated data in database – Sagar Asane Aug 02 '23 at 14:15