On 11/4/21 9:38 AM, Scott Derrick wrote:
If I go to my solr service website, select a core, go to the dataimport page and press execute, the import fails immediately with the message

"The solrconfig.xml file for this index does not have an operational DataImportHandler defined!"


In addition to what Timothy asked for:

Can you share the entire solrconfig.xml file, and a screenshot of the page where you are clicking "execute"?  It is unlikely that there is sensitive data in the sorlconfig.xml but if you find some, redact it in a way that we can still see the whole config.

Also, are you absolutely sure that the core you selected in the admin UI is the same core you're accessing with curl?

The /update/tei URL path you're hitting is nonstandard, but I checked using the DIH example in a download of Solr 7.7.2, and the Dataimport tab seems to be able to handle a definition other than /dataimport for the handler.  Screenshot:

https://www.dropbox.com/s/c7zkm7idt49j1jy/DIH-updte-tei-admin-ui.png?dl=0

Thanks,
Shawn


Reply via email to