Hi everyone,
I have a new Dataverse 6.2 installation where something must have gone wrong with Solr. Unfortunately, I only realized this when we published the first test dataset.
The problem is this: no datasets are visible on the homepage.
The error in the log is:
Search Syntax Error: Error from server at http://localhost:8983/solr/collection1: undefined field: "fileTag"]
( quite similar to: https://groups.google.com/g/dataverse-community/c/3tFPT8C2pMo/m/7-rFNp_pAwAJ )
I tried to clear and reindex: curl http://localhost:8080/api/admin/index {"status":"OK","data":{"availablePartitionIds":[0],"args":{"numPartitions":1,"partitionIdToProcess":0},"message":"indexAllOrSubset has begun of 2 dataverses and 5 datasets."}}
But it doesn't work.
Thanks,
Alfredo
Hi Don,
It seems there was a corruption in the Solr files.
I've re-run the entire Solr procedure as outlined in the Dataverse 6.2 installation manual.
This involved reloading the configuration file and the default collection. Subsequently, I reindexed Solr, and it has resolved the issue.
Thank you very much,
Alfredo