I moved my core from 7.73 to 8.11.3

I followed the instructions from https://solr.apache.org/guide/8_11/reindexing.html#reindexing-strategies

after executing

|

|curl -X POST -H 'Content-Type: application/json' --data-binary '{"delete":{"query":"*:*" }}' http://localhost:8983/solr/mbepp/update and then reloading I show 0 docs, segment count 0 I ls command in the index folder shows 2 files : segments_seh write.lock I then execute a dataimport with verbose, clean, commit, and debug selected it immediately returns ||"responseHeader": { "status": 0, "QTime": 0 }, "initArgs": [ "defaults", [ "config", "tei-config.xml", "df", "_text_" ] ], "command": "status", "status": "idle", "importResponse": "", "statusMessages": { "Time Elapsed": "0:6:40.897", "Total Requests made to DataSource": "0", "Total Rows Fetched": "0", "Total Documents Processed": "0", "Total Documents Skipped": "0", "Full Dump Started": "2024-03-08 19:06:38", "Full Import failed": "2024-03-08 19:06:38" } } logging reveals ||

3/8/2024, 11:06:38 AM ERROR true x:mbepp DataImporter Full Import failed

|

How can I show more debugging to figure out what is failing?

thanks,

Scott


|||

Reply via email to