Revision 29339
Added by Eri Katsari over 10 years ago
modules/dnet-openaire-stats/trunk/src/main/java/eu/dnetlib/data/mapreduce/hbase/statsExport/utils/Serializer.java | ||
---|---|---|
97 | 97 |
case result: |
98 | 98 |
HashMap<String, List<String>> relations = new HashMap<String, List<String>>(); |
99 | 99 |
|
100 |
relations.putAll(getResultLanguages(valueEntity)); |
|
101 |
relations.putAll(getResultTopics(valueEntity)); |
|
100 |
// relations.putAll(getResultLanguages(valueEntity));
|
|
101 |
// relations.putAll(getResultTopics(valueEntity));
|
|
102 | 102 |
relations.putAll(getResultClassifications(valueEntity)); |
103 |
relations.putAll(getResultDatasources(valueEntity)); |
|
104 |
relations.putAll(getResultConcepts(valueEntity)); |
|
103 |
// relations.putAll(getResultDatasources(valueEntity));
|
|
104 |
// relations.putAll(getResultConcepts(valueEntity));
|
|
105 | 105 |
return relations; |
106 | 106 |
default: |
107 | 107 |
|
Also available in: Unified diff