You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case anyone else is struggling, this worked for us (Solr 8.11 -> 9.4.1):
copy dih jar and jdbc driver into {solrinstalldir}/modules/dataimporthandler/lib/
remove dataimporthandler <lib dir.../> from solrconfig (we do have other dih related seetings in this file which we did not touch)
add SOLR_MODULES=dataimporthandler in solr.in.sh or wherever you set your Solr envs
(we did run into issues with current mssql jdbc drivers and the solr security manager, but those do not seem to be directly related to dih)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In case anyone else is struggling, this worked for us (Solr 8.11 -> 9.4.1):
copy dih jar and jdbc driver into {solrinstalldir}/modules/dataimporthandler/lib/
remove dataimporthandler
<lib dir.../>
from solrconfig (we do have other dih related seetings in this file which we did not touch)add SOLR_MODULES=dataimporthandler in solr.in.sh or wherever you set your Solr envs
(we did run into issues with current mssql jdbc drivers and the solr security manager, but those do not seem to be directly related to dih)
Beta Was this translation helpful? Give feedback.
All reactions