mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-26 08:28:18 +01:00
Compare commits
2 Commits
bc2d216102
...
1629491eff
Author | SHA1 | Date | |
---|---|---|---|
1629491eff | |||
efa01fa8f7 |
@ -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" >}})
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -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"]
|
||||
@ -8,7 +8,7 @@ url = "cgspace-cgcorev2-migration"
|
||||
|
||||
+++
|
||||
|
||||
Possible changes to CGSpace metadata fields to align more with DC, QDC, and DCTERMS as well as CG Core v2.
|
||||
Changes to CGSpace metadata fields to align more with DC, QDC, and DCTERMS as well as CG Core v2. Implemented on 2021-02-21.
|
||||
|
||||
With reference to [CG Core v2 draft standard](https://agriculturalsemantics.github.io/cg-core/cgcore.html) by Marie-Angélique as well as [DCMI DCTERMS](http://www.dublincore.org/specifications/dublin-core/dcmi-terms/).
|
||||
|
||||
@ -81,11 +81,11 @@ Make sure the following fields exist:
|
||||
## Fields to delete
|
||||
Fields to delete after migration:
|
||||
|
||||
- [ ] cg.creator.id
|
||||
- [ ] cg.fulltextstatus
|
||||
- [ ] cg.identifier.status
|
||||
- [ ] cg.link.reference
|
||||
- [ ] cg.targetaudience
|
||||
- [x] cg.creator.id
|
||||
- [x] cg.fulltextstatus
|
||||
- [x] cg.identifier.status
|
||||
- [x] cg.link.reference
|
||||
- [x] cg.targetaudience
|
||||
|
||||
## Implementation Progress
|
||||
Tally of the status of the implementation of the new fields in the CGSpace `6_x-cgcorev2` branch.
|
||||
|
Loading…
Reference in New Issue
Block a user