Project

General

Profile

« Previous | Next » 

Revision 41645

adapted to the removal of contributors as relationships

View differences:

IndexConfigTest.java
12 12
			"index.conf { "
13 13
					+ "result { dups = true, links = ["
14 14
					+ "{ relType = personResult_authorship_hasAuthor, targetEntity = person, expandAs = rel, symmetric = true, fields = [title,dateofacceptance,publisher,resulttype] }, "
15
					+ "{ relType = personResult_contribution_hasContributor, targetEntity = person, expandAs = rel, symmetric = true, fields = [title,dateofacceptance,publisher,resulttype] }, "
16 15
					+ "{ relType = resultProject_outcome_isProducedBy, targetEntity = result, expandAs = rel, symmetric = true, fields = [title,dateofacceptance,publisher,resulttype], max = 1 }, "
17 16
					+ "{ relType = resultResult_dedup_isMergedIn, targetEntity = result, expandAs = child, symmetric = true, fields = [title,dateofacceptance,publisher,resulttype,pid] }, "
18 17
					+ "{ relType = resultResult_dedup_merges, targetEntity = result, expandAs = child, symmetric = true, fields = [title,dateofacceptance,publisher,resulttype,pid] }, "
......
25 24
					+ "{ relType = resultResult_part_hasPart, targetEntity = result, expandAs = rel, symmetric = true, fields = [title,dateofacceptance,publisher,resulttype,similarity,type,pid] }"
26 25
					+ "]}, "
27 26
					+ "person { dups = false, links = ["
28
					+ "{ relType = personResult_authorship_isAuthorOf, targetEntity = result, expandAs = rel, symmetric = true, fields = [fullname,ranking], max = 2 }, "
29
					+ "{ relType = personResult_contribution_isContributorOf, targetEntity = result, expandAs = rel, symmetric = true, fields = [fullname], max = 2 }, "
27
					+ "{ relType = personResult_authorship_isAuthorOf, targetEntity = result, expandAs = rel, symmetric = true, fields = [fullname,ranking,pid], max = 2 }, "
30 28
					+ "{ relType = projectPerson_contactPerson_isContact, targetEntity = project, expandAs = rel, symmetric = true, fields = [fullname,email,fax,phone] } "
31 29
					+ "]}, "
32 30
					+ "datasource { dups = false, links = ["

Also available in: Unified diff