Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Hello i'm comparing two data sets with an entity name in both. I want to try to match by name using the fuzzy Soundex algorithm. What i can't figure out is how to determine the threshold value. Is it numeric ? how is 1 different then say 4 ? The node does not run if the value is set to nothing. It would be great to run it and see the scores of the fuzzy score output field. and based on that set my threshold. Is there a way to do that ? or how does the value score work ?
Also i have two strings one is 13,000 records and the other one is about 800. It's been running for a while and no results yet. Can i speed this up ? It's just two lists of names being compared very simple. Currently i'm using 1 as the threshold value.
Thank you.