Merge pull request 'Serialization of fields in XML records for Sygma (and not only)' (#171) from sygma_indexing into beta

Reviewed-on: #171
This commit is contained in:
Alessia Bardi 2021-12-09 15:53:27 +01:00
commit 8f1e018ceb
2 changed files with 12 additions and 1 deletions

View File

@ -1212,6 +1212,17 @@ public class XmlRecordFactory implements Serializable {
"processingchargecurrency", instance.getProcessingchargecurrency()));
}
if (instance.getLicense() != null) {
fields
.addAll(
instance
.getLicense()
.stream()
.filter(d -> isNotBlank(d))
.map(d -> XmlSerializationUtils.asXmlElement("license", d))
.collect(Collectors.toList()));
}
children
.add(
templateFactory

View File

@ -541,7 +541,7 @@
},
"trust": ""
},
"value": ""
"value": "CC-BY"
},
"url": [
"http://dx.doi.org/10.1109/TED.2018.2853550"