forked from D-Net/dnet-hadoop
default (empty) configuration should be aligned with the updated model
This commit is contained in:
parent
59bab8dba4
commit
399e4bc80f
|
@ -36,6 +36,8 @@ public class DedupConfig implements Config, Serializable {
|
|||
defaults.put("threshold", "0");
|
||||
defaults.put("dedupRun", "001");
|
||||
defaults.put("entityType", "result");
|
||||
defaults.put("subEntityType", "resulttype");
|
||||
defaults.put("subEntityValue", "publication");
|
||||
defaults.put("orderField", "title");
|
||||
defaults.put("queueMaxSize", "2000");
|
||||
defaults.put("groupMaxSize", "10");
|
||||
|
|
|
@ -1,23 +1,26 @@
|
|||
{
|
||||
"wf" : {
|
||||
"configurationId" : "$configurationId$",
|
||||
"threshold" : "$threshold$",
|
||||
"run" : "$run$",
|
||||
"entityType" : "$entityType$",
|
||||
"orderField" : "$orderField$",
|
||||
"queueMaxSize" : "$queueMaxSize$",
|
||||
"groupMaxSize" : "$groupMaxSize$",
|
||||
"slidingWindowSize" : "$slidingWindowSize$",
|
||||
"rootBuilder" : [ $rootBuilder:{"$it$"};separator=", "$ ],
|
||||
"includeChildren" : "$includeChildren$"
|
||||
},
|
||||
"pace" : {
|
||||
{
|
||||
"wf" : {
|
||||
"threshold" : "$threshold$",
|
||||
"dedupRun" : "$run$",
|
||||
"entityType" : "$entityType$",
|
||||
"subEntityType" : "$subEntityType$",
|
||||
"subEntityValue" : "$subEntityValue$",
|
||||
"orderField" : "$orderField$",
|
||||
"queueMaxSize" : "$queueMaxSize$",
|
||||
"groupMaxSize" : "$groupMaxSize$",
|
||||
"slidingWindowSize" : "$slidingWindowSize$",
|
||||
"rootBuilder" : [ $rootBuilder:{"$it$"};separator=", "$ ],
|
||||
"includeChildren" : "$includeChildren$"
|
||||
},
|
||||
"pace" : {
|
||||
"clustering" : [
|
||||
],
|
||||
"conditions" : [
|
||||
],
|
||||
],
|
||||
"strictConditions" : [
|
||||
],
|
||||
"conditions" : [
|
||||
],
|
||||
"model" : [
|
||||
],
|
||||
"blacklists" : { }
|
||||
"blacklists" : { }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue