Project

General

Profile

« Previous | Next » 

Revision 41311

Not asking for original identifiers in the UI: the ids are automatically resolved by the OpenaireIdResolver

View differences:

OpenaireIdResolver.java
61 61
			SolrDocument solrDoc = results.get(0);
62 62
			return extractMergedIdentifiers(solrDoc);
63 63
		} catch (Exception e) {
64
			log.error(e);
64 65
			throw new RuntimeException("Can't get original ids for " + id + "\n " + e);
65 66
		} finally {
66 67
			solrCore.shutdown();

Also available in: Unified diff