ES Update Script
if(ctx._source.containsKey(\"matchScore\")) { ctx._source.matchScore += {"key": anIntValue} } else { ctx.source.matchScore = {"key": anIntValue} }