pace.conf { strictconditions { doiExactMatch { fields = [pid] } }, conditions { yearMatch { fields = [dateofacceptance] }, titleVersionMatch { fields = [title] } }, model { pid { algo = Null, type = String, weight = 0.0, ignoreMissing = true, path = pid/value }, title { algo = JaroWinkler, type = String, weight = 1.0, ignoreMissing = false, path = result/metadata/title/value }, dateofacceptance { algo = Null, type = String, weight = 0.0, ignoreMissing = true, path = result/metadata/dateofacceptance/value } } }