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
What I'm trying to do
Run an import (curl http://localhost:8983/solr/my-core/dataimport?command=full-import) with a config file that includes parameters:
What I'm trying to do
Run an import (
curl http://localhost:8983/solr/my-core/dataimport?command=full-import) with a config file that includes parameters:What I tried
core.propertiesthat includes those properties. It was working with Solr 8 and it's not working after my upgrade to Solr 9 + independent DIHIf my second try doesn't work, how can I use variables inside my XML file?
Thanks