Project

General

Profile

« Previous | Next » 

Revision 54987

added call to method to filter out zenodo community from result context

View differences:

OpenaireResultSubmitter.java
133 133

  
134 134
	private String feed(final ResultEntry pub) throws DirecIndexApiException {
135 135
		try {
136
			pub.filterContexts();
136 137
			final String oafRecord = pub.asOafRecord(velocityEngine, serviceLocator.getService(ISLookUpService.class), oafSchemaLocation);
137 138

  
138 139
			for(Map.Entry<IndexDsInfo, CloudIndexClient> e : clientMap.getClients().entrySet()) {

Also available in: Unified diff