I am geocoding a list of addresses using two different geocoders. One is US Streets and the other is US Alphanumeric Ranges. After geocoding, the alpha geocoder does not place addresses that the numeric locator places. Why is that?
There can be be several reasons for this. Both locators can have different reference data, since they have a different locator style. Also each locator style interprets the search address in a different way, and try to match it with specific fields in the reference data depending on its configuration.
So, if you're searching an address described as house number + street name, a US Street style locator is likely to find it. But the US Alphanumeric won't because the house number is different from a grid zone.