Update notes

This commit is contained in:
Alan Orth 2018-05-17 09:45:45 +03:00
parent e3e3a17941
commit 6c0a8cca8a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -230,8 +230,8 @@ Unable to load Submission Information, since WorkspaceID (ID:S96060) is not a va
```
$ ./bin/solr start
$ ./bin/solr create_core -c countries
$ ./bin/post -c countries ~/src/git/DSpace/2018-05-10-countries.csv
$ curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field": {"name":"country", "type":"text_en", "multiValued":false, "stored":true}}' http://localhost:8983/solr/countries/schema
$ ./bin/post -c countries ~/src/git/DSpace/2018-05-10-countries.csv
```
- It still doesn't catch simple mistakes like "ALBANI" or "AL BANIA" for "ALBANIA", and it doesn't return scores, so I have to select matches manually: