WingLongitude / lontra-harvester

Lontra is a tool used as a Harvester to ingest biodiversity data
MIT License
1 stars 3 forks source link

Fill occurrence's resourcename and publishername during indexing #13

Closed tigreped closed 9 years ago

tigreped commented 9 years ago

Allow lontra to set the occurrence's publisher_name and resource_name fields during indexing process.

tigreped commented 9 years ago

As the message that is passed to the node has only OccurrenceRaw data and it should not contain publisher_name or resource_name, the best alternative is probably to set resourceName and publisherName after indexing using an update query in a task. Would be easier if shared parameters were passed from ui to node. :P