Dima,
I did install clustering which is not included anymore.
dataimporthandler is in the contrib folder. I'm not getting any errors
about missing jars or libs. I do get a warning about dih being depreciated.
I'm actually indexing from xml files so not connected to a database for
data and don't need jdbc.
I don't see any errors in any log files in /opt/solr/logs
the only indication is the last line of the raw status output
|{ "responseHeader": { "status": 0, "QTime": 0 }, "initArgs": [
"defaults", [ "config", "tei-config.xml", "df", "_text_" ] ], "command":
"status", "status": "idle", "importResponse": "", "statusMessages": {
"Time Elapsed": "0:19:39.689", "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:17:41",
"Full Import failed": "2024-03-08 19:17:41" } thanks, |
Scott
On 3/8/24 11:27, Dmitri Maziuk wrote:
On 3/8/24 13:16, Scott Derrick wrote:
"statusMessages": { "Time Elapsed": "0:6:40.897", "Total Requests
made to DataSource": "0"
Do you have the appropriate jars installed: dih and jdbc? As I recall
dih was not included with 8.11
Errors should be in Solr log.
Dima