Issue 15587

Multimedia class term should not be in verbatim json

15587
Reporter: mdoering
Assignee: mdoering
Type: Bug
Summary: Multimedia class term should not be in verbatim json
Description: http://api.gbif-uat.org/v0.9/occurrence/144828896/verbatim
Priority: Blocker
Resolution: Fixed
Status: Resolved
Created: 2014-05-06 11:34:45.969
Updated: 2014-06-27 09:09:35.165
Resolved: 2014-05-06 13:55:49.342


Author: mdoering@gbif.org
Created: 2014-05-06 13:41:57.197
Updated: 2014-05-06 13:41:57.197
        
There is a persistence OccurrenceBuilder mismatch. Extensions are persisted in their verbatim form by using the v_ prefix just as any other verbatim term. They are therefore loaded into the verbatim core map. Solution is to either use a different prefix like ve_ or teach the OccurrenceBuilder nt to use these columns.

As it is a lot of messing around with hbase and the download code to use a new prefix we opt for adapting the OccurrenceBuilder instead
    


Author: mdoering@gbif.org
Comment: https://github.com/gbif/occurrence/commit/56297cff5903cc435227c7d167192beed2870f1f
Created: 2014-05-06 13:55:49.385
Updated: 2014-05-06 13:55:49.385