From 1629491eff127502fa42cb027287e5b285867ccc Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 30 Mar 2021 09:56:38 +0300 Subject: [PATCH] Add notes for 2021-03-30 --- content/posts/2021-03.md | 25 +++++++++++++++++++++ content/posts/cgspace-cgcorev2-migration.md | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/content/posts/2021-03.md b/content/posts/2021-03.md index 790107ee6..21c3b6e65 100644 --- a/content/posts/2021-03.md +++ b/content/posts/2021-03.md @@ -627,4 +627,29 @@ Run 1 took 5m 53s - Make a backup of the `openrxv-items-final` index on AReS Explorer and start a new harvest +## 2021-03-29 + +- The AReS harvesting that I started yesterday finished successfully and all indexes look OK: + - `openrxv-items` is an alias of `openrxv-items-final` and has a correct number of items +- Last week Bosede from IITA said she was trying to move an item from one collection to another and the system was "rolling" and never finished + - I looked in Munin and I don't see anything particularly wrong that day, so I told her to try again +- Marianne Gadeberg asked about mapping an item last week + - Searched for [the item](https://hdl.handle.net/10568/110633)'s handle, the title, the title in quotes, the UUID, with pluses instead of spaces, etc in the item mapper... but I can never find it in the results + - I see someone has reported this issue on Jira in DSpace 5.x's XMLUI item mapper: https://jira.lyrasis.org/browse/DS-2761 + - The Solr log shows that my query (with and without quotes, etc) has 143 results: + +```console +2021-03-29 08:55:40,073 INFO org.apache.solr.core.SolrCore @ [search] webapp=/solr path=/select params={q=Gender+mainstreaming+in+local+potato+seed+system+in+Georgia&fl=handle,search.resourcetype,search.resourceid,search.uniqueid&start=0&fq=NOT(withdrawn:true)&fq=NOT(discoverable:false)&fq=-location:l5308ea39-7c65-401b-890b-c2b93dad649a&wt=javabin&version=2} hits=143 status=0 QTime=0 +``` + +- But the item mapper only displays ten items, with no pagination + - There is no way to search by handle or ID + - I mapped the item manually using a CSV + +## 2021-03-30 + +- I realized I never finished deleting all the old fields after our CG Core migration a few months ago + - I found a few occurrences of old metadata so I had to move them where possible and delete them where not +- I updated the [CG Core v2 migration page]({{< relref "cgspace-cgcorev2-migration.md" >}}) + diff --git a/content/posts/cgspace-cgcorev2-migration.md b/content/posts/cgspace-cgcorev2-migration.md index a7d01ff22..6b5816a49 100644 --- a/content/posts/cgspace-cgcorev2-migration.md +++ b/content/posts/cgspace-cgcorev2-migration.md @@ -1,6 +1,6 @@ +++ title = "CGSpace CG Core v2 Migration" -date = 2019-10-28T13:27:35+02:00 +date = 2021-02-21T13:27:35+02:00 description = "Possible changes to CGSpace metadata fields to align more with DC, QDC, and DCTERMS as well as CG Core v2." categories = ["Notes"] tags = ["Migration"]