mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Update notes
This commit is contained in:
parent
e3e3a17941
commit
6c0a8cca8a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user