Decreased performance in geocoding at current version when using street intersections.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM007315
已提交
March 9, 2007
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
9.2
修正版本
9.3
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
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>