When did this go wrong? We are running on solr 8.4.1 and full and delta
imports work just fine. We need to get to a solr version without log
security CVEs and we rely on the DIH.
Is there a mail group or a way to reach just the data import handler
project?
It is miss leading to say the DIH only works with MariaDB. Isn't it more
accurate to say that MariaDB is the only jdbc driver that is at the DIH
git project. To work with other databases you just need to upload the
database specific jdbc driver and use the correct sql in the data-config.xml
Our project depends solely on the data import handler to keep the solr
index up to date.
On 2/15/2025 9:25 AM, Dmitri Maziuk wrote:
On 2/15/25 01:30, Mikhail Khludnev wrote:
Hello, Mike.
First of all DIH left solr and isĀ maintaited at
https://github.com/SearchScale/dataimporthandler
Personally, I never rely on deltaImport but rather come along with full
imports with a special form of SQL SELECTs.
FWIW we never got the delta imports to work, even back when DIH was
part of Solr proper. We had enough problems with onError setting on
full imports too, but at least those ran and did import much of the
data...
Dima