SearchScale / dataimporthandler

Repository for DIH (Document Import Handler)
Apache License 2.0
68 stars 48 forks source link

Does it support data import from MSSQL #36

Open xcellenceit opened 1 year ago

xcellenceit commented 1 year ago

does this release support data import from MSSQL?

aadrian commented 1 year ago

@xcellenceit Yes. DIH is using JDBC and is database independent.

chatman commented 1 year ago

Just add the MSSQL JDBC drivers in the Solr's classpath, and it should work.