Decreased performance in geocoding at current version when using street intersections.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM007315
Submitted
March 9, 2007
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
9.2
Version Fixed
9.3
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Workaround
The default spellingsensitivity for geocoding request is 80. By specifying a higher value of spelling sensitivity in a GET_GEOCODE request such as in the sample given below or in GCSTYLE in the map configuration file, will cause ArcSDE to be a bit more sensitive on it's searching (and speed it up as well) because with a higher spelling sensitivity level, it will only search out exact street name matches, instead of include almost every street name that starts with a number.<GET_GEOCODE maxcandidates="20" minscore="50" spellingsensitivity="100"> <LAYER id="0"> </LAYER> <ADDRESS> <GCTAG id="STREET" value="37th Ave"/> <GCTAG id="CROSSSTREET" value="CAMPBELL"/> </ADDRESS> </GET_GEOCODE>