AtlasOfLivingAustralia / biocache-service

Occurrence & mapping webservices
https://biocache-ws.ala.org.au/ws/
Other
9 stars 26 forks source link

Support for fields that have changed to multivalue fields in pipelines #739

Closed djtfmartin closed 11 months ago

djtfmartin commented 2 years ago

See here: https://github.com/gbif/pipelines/issues/665

These changes (not yet released) will necessitate changes in the SOLR schema to:

The following fields are already multivalue

The code in OccurrenceController will need to be modified to accommodate these schema changes.

djtfmartin commented 2 years ago

Note - the addition of multi value fields has caused some issues in the databox environment - possibly as a result of a multi valued typeStatus field

See

https://github.com/AtlasOfLivingAustralia/biocache-service/blob/develop/src/main/java/au/org/ala/biocache/dto/OccurrenceIndex.java

Error message


{
  "message": "Could not instantiate object of class au.org.ala.biocache.dto.OccurrenceIndex",
  "errorType": "Server error",
  "statusCode": 500
}
qifeng-bai commented 2 years ago

Fixed recordedBy

adam-collins commented 11 months ago

Looks ok