Add notes for 2021-01-27

This commit is contained in:
2021-01-27 15:49:34 +02:00
parent ea19549164
commit 2cc1653344
23 changed files with 49 additions and 28 deletions

View File

@ -399,4 +399,13 @@ $ curl -s "http://localhost:8081/solr/statistics/update?softCommit=true" -H "Con
- I just realized that I never submitted this to CGSpace as a Big Data Platform output
- I used my previous [DSpace Statistics API submission](https://hdl.handle.net/10568/99143) as a reference and submitted it to CGSpace
## 2021-01-27
- Abenet approved my submission to CGSpace for the CSV metadata quality checker: https://hdl.handle.net/10568/110997
- Add SDGs and Impact Areas to the XMLUI item display
- Last week Atmire got back to me about the duplicates in Solr
- The deduplicator appears to be working, but you need to limit the number of records, for example `-r 100` so it doesn't crash due to memory
- They pointed to a few records `solr_update_time_stamp:1605635765897` that have hundreds of duplicates which are now gone (still present if you look on the production server)
- I need to try this again before doing it on CGSpace
<!-- vim: set sw=2 ts=2: -->