Project

General

Profile

« Previous | Next » 

Revision 52021

added SNAPSHOT to version unmber

View differences:

modules/dnet-deduplication/branches/1.5.X/src/main/java/eu/dnetlib/msro/workflows/dedup/DedupSimilarityToActionsJobNode.java
31 31
		case organization:
32 32
			cf = RelType.organizationOrganization + cf;
33 33
			break;
34
		case person:
35
			cf = RelType.personPerson + cf;
36
			break;
37 34
		case result:
38 35
			cf = RelType.resultResult + cf;
39 36
			break;
modules/dnet-deduplication/branches/1.5.X/src/main/java/eu/dnetlib/data/dedup/DedupIndexDAO.java
48 48
	private static final Map<String, Map<String, String>> paths = Maps.newHashMap();
49 49

  
50 50
	static {
51
		paths.put("result", new HashMap<String, String>());
52
		paths.put("organization", new HashMap<String, String>());
53
		paths.put("person", new HashMap<String, String>());
51
		paths.put("result", new HashMap<>());
52
		paths.put("organization", new HashMap<>());
53
		paths.put("person", new HashMap<>());
54 54

  
55 55
		paths.get("result").put("provenance", "collectedfrom/value");
56 56
		paths.get("organization").put("provenance", "collectedfrom/value");
......
59 59
		paths.get("result").put("title", "result/metadata/title/value");
60 60
		paths.get("result").put("dateofacceptance", "result/metadata/dateofacceptance/value");
61 61
		paths.get("result").put("description", "result/metadata/description/value");
62
		paths.get("result").put("author", "result/author/metadata/fullname/value");
62
		paths.get("result").put("author", "result/metadata/author/fullname");
63 63

  
64 64
		paths.get("organization").put("legalname", "organization/metadata/legalname/value");
65 65
		paths.get("organization").put("legalshortname", "organization/metadata/legalshortname/value");
66 66
		paths.get("organization").put("websiteurl", "organization/metadata/websiteurl/value");
67 67
		paths.get("organization").put("country", "organization/metadata/country/classid");
68

  
69
		paths.get("person").put("fullname", "person/metadata/fullname/value");
70 68
	}
71 69

  
72 70
	@Resource
modules/dnet-deduplication/branches/1.5.X/pom.xml
10 10
	<groupId>eu.dnetlib</groupId>
11 11
	<artifactId>dnet-deduplication</artifactId>
12 12
	<packaging>jar</packaging>
13
	<version>1.5.10</version>
13
	<version>1.5.10-SNAPSHOT</version>
14 14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-deduplication/tags/dnet-deduplication-1.5.10</developerConnection>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-deduplication/branches/1.5.X</developerConnection>
16 16
	</scm>
17 17
	<dependencies>
18 18
		<dependency>

Also available in: Unified diff