apoc.text.jaroWinklerDistance Function apoc.text.jaroWinklerDistance(text1, text2) - compare the given strings with the Jaro-Winkler distance algorithm. Signature apoc.text.jaroWinklerDistance(text1 :: STRING?, text2 :: STRING?) :: (FLOAT?) Input parameters Name Type Default text1 STRING? null text2 STRING? null More documentation of apoc.text.jaroWinklerDistance