Revision 56245
Added by Miriam Baglioni about 5 years ago
modules/dnet-mapreduce-jobs/trunk/src/main/java/eu/dnetlib/data/mapreduce/hbase/propagation/PropagationConstants.java | ||
---|---|---|
30 | 30 |
|
31 | 31 |
public final static String DNET_COUNTRY_SCHEMA = "dnet:countries"; |
32 | 32 |
public final static String DNET_RELATION_SCHEMA = "dnet:result_project_relations"; |
33 |
public final static String DNET_COMMUNITY_RELATION_SCHEMA = "dnet:result_result_relations"; |
|
33 | 34 |
public final static String CLASS_RELATION_ID = "propagation:project:semrel"; |
34 | 35 |
public final static String CLASS_COUNTRY_ID = "propagation:country:instrepos"; |
36 |
public final static String CLASS_COMMUNITY_RELATION_ID = "propagation:community:semrel"; |
|
35 | 37 |
|
36 | 38 |
public final static int PROJECT = TypeProtos.Type.project.getNumber();//40 |
37 | 39 |
public final static int DATASOURCE = TypeProtos.Type.datasource.getNumber();//10 |
Also available in: Unified diff
Update of propagation constants for propagation of community to result through semantic relation