forked from D-Net/dnet-hadoop
[EOSC BulkTag] remove addition of eosc context for result with eosc if guidelines set
This commit is contained in:
parent
35bb7c423f
commit
a0ee1a8640
|
@ -121,8 +121,7 @@ public class SparkEoscBulkTag implements Serializable {
|
||||||
.getInstance()
|
.getInstance()
|
||||||
.stream()
|
.stream()
|
||||||
.anyMatch(
|
.anyMatch(
|
||||||
i -> (hostedByList.contains(i.getHostedby().getKey())) ||
|
i -> (hostedByList.contains(i.getHostedby().getKey())))
|
||||||
(value.getEoscifguidelines() != null && value.getEoscifguidelines().size() > 0))
|
|
||||||
&&
|
&&
|
||||||
!value.getContext().stream().anyMatch(c -> c.getId().equals("eosc"))) {
|
!value.getContext().stream().anyMatch(c -> c.getId().equals("eosc"))) {
|
||||||
Context context = new Context();
|
Context context = new Context();
|
||||||
|
|
Loading…
Reference in New Issue