Project

General

Profile

1 42814 claudio.at
{
2
	"wf" : {
3
        "threshold" : "0.99",
4
        "run" : "001",
5
        "entityType" : "result",
6
        "orderField" : "title",
7
        "queueMaxSize" : "2000",
8
        "groupMaxSize" : "10",
9
        "slidingWindowSize" : "200",
10
        "rootBuilder" : [ "result" ],
11
        "includeChildren" : "true"
12
    },
13
	"pace" : {
14
  		"conditions" : [
15
  			{ "name" : "sizeMatch", "fields" : [ "authors" ] },
16
  			{ "name" : "titleVersionMatch", "fields" : [ "title" ] }
17
  		 ],
18
		"model" : [
19 43514 claudio.at
			{ "name" : "title", "algo" : "JaroWinkler", "type" : "String", "weight" : "0.5", "ignoreMissing" : "false", "path" : "publication/metadata/title[qualifier#classid = {main title}]/value" },
20
			{ "name" : "authors", "algo" : "SortedLevel2JaroWinkler", "type" : "String", "weight" : "0.5", "ignoreMissing" : "true", "path" : "publication/author/metadata/fullname/value" }
21 42814 claudio.at
		],
22
		"blacklists" : { }
23
	}
24
25
}