I have a couple of questions about the Geocoder (using 4.4.40):
1. I am creating a batch geocoder that will likely need to match 20,000 to 50,000 addresses in a run. Is it better to open and close the geocoder files once or with each match attempt?
2. Many of the zip codes in my data are wrong. How can I decrease the RankingMultiplier of the Zipcode Matching Plugin? Is there a way to access it via the MatchingPlugins collection (other than looping and testing type)?
Thanks