<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic World Geocoding Service  - Minimum Score in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/world-geocoding-service-minimum-score/m-p/754449#M37018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to restrict the returned address results by a minimum score value when calling a request from the World Geocoding Service? I know that I can use the category filtering to restrict the results by category which is really useful. I don't see anything in the documentation about further refining the results by score and I just want to make sure that I'm not missing something. For one-off findAddressCandidates requests it's easy enough to handle this through filtering the results on our side; however we also use the service for batch geocoding which requires more automation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Dec 2015 15:19:17 GMT</pubDate>
    <dc:creator>JustinShepard</dc:creator>
    <dc:date>2015-12-24T15:19:17Z</dc:date>
    <item>
      <title>World Geocoding Service  - Minimum Score</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/world-geocoding-service-minimum-score/m-p/754449#M37018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to restrict the returned address results by a minimum score value when calling a request from the World Geocoding Service? I know that I can use the category filtering to restrict the results by category which is really useful. I don't see anything in the documentation about further refining the results by score and I just want to make sure that I'm not missing something. For one-off findAddressCandidates requests it's easy enough to handle this through filtering the results on our side; however we also use the service for batch geocoding which requires more automation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 15:19:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/world-geocoding-service-minimum-score/m-p/754449#M37018</guid>
      <dc:creator>JustinShepard</dc:creator>
      <dc:date>2015-12-24T15:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: World Geocoding Service  - Minimum Score</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/world-geocoding-service-minimum-score/m-p/754450#M37019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There isn't a score filter, but you can limit the candidate count (for example to 1 for a 'best' candidate).&lt;/P&gt;&lt;P&gt;For findAddressCandidates the maxLocations parameter does this.&amp;nbsp; (the maxCandidates parameter isn't supported, its a doc bug).&lt;/P&gt;&lt;P&gt;For batch work you should use the geocodeAddresses endpoint and not repeated calls to findAddressCandidates or find, then you'll get a single best candidate per record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 16:45:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/world-geocoding-service-minimum-score/m-p/754450#M37019</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2015-12-28T16:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: World Geocoding Service  - Minimum Score</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/world-geocoding-service-minimum-score/m-p/754451#M37020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Related followup:&lt;/P&gt;&lt;P&gt;- If I run the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;findAddressCandidates and set the maxLocations to 1 is there a way to still determine if the candidate was a tie?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;- Will the result candidate rank order always be based on the best candidate having an array position of zero? Is there another option for identifying the 'best' candidate? I don't see any indicator attribute for the ranking and I'm always paranoid of using array sequence as the sole indicator just in case something gets accidentally jumbled up along the way.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 17:26:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/world-geocoding-service-minimum-score/m-p/754451#M37020</guid>
      <dc:creator>JustinShepard</dc:creator>
      <dc:date>2015-12-29T17:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: World Geocoding Service  - Minimum Score</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/world-geocoding-service-minimum-score/m-p/754452#M37021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;findAddressCandidates does not return the Status field which would contain a value 'T' if an address was a tie, but geocodeAddresses does, which is another reason to use that call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Score is not a reliable metric on its own; even within a single category there can be multiple locators that supply candidates, and a 100% match to a street name is still worse than a 99% match to a rooftop because of a small typo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can safely go with the candidate order returned by geocodeAddresses.&amp;nbsp; Rank is a loaded word because there is a returned field 'Rank' used to boost place names by population (think Paris, France versus Paris, TX).&amp;nbsp; The candidates are ordered by positional quality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 17:43:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/world-geocoding-service-minimum-score/m-p/754452#M37021</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2015-12-29T17:43:03Z</dc:date>
    </item>
  </channel>
</rss>

