<?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 Re: How do I replicate this &amp;quot;Single line address field&amp;quot; geocoding service? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433045#M39921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is this perhaps the ESRI Geocoder dijit address field issue? The geocoder dijit is hardcoded to look for "SingleLine" in the query sent via JSON. In Steve's code it is "SingleKey".&lt;BR /&gt;&lt;BR /&gt;Kelly posted a workaround for this. It is posted in this thread. Example code is there as well:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/75070-Geocoder-dijit-in-JS-API-v3.3-bug-quot-SingleKey-quot-vs-quot-singleLine-quot-search-parameter-name.?highlight=kelly+geocoder+dijit"&gt;http://forums.arcgis.com/threads/75070-Geocoder-dijit-in-JS-API-v3.3-bug-quot-SingleKey-quot-vs-quot-singleLine-quot-search-parameter-name.?highlight=kelly+geocoder+dijit&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We fixed this at 3.4 (I &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/75070-Geocoder-dijit-in-JS-API-v3.3-bug-quot-SingleKey-quot-vs-quot-singleLine-quot-search-parameter-name.?p=289380&amp;amp;viewfull=1#post289380"&gt;posted to the original thread&lt;/A&gt;&lt;SPAN&gt; with the workaround as well).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Apr 2013 14:30:08 GMT</pubDate>
    <dc:creator>derekswingley1</dc:creator>
    <dc:date>2013-04-12T14:30:08Z</dc:date>
    <item>
      <title>How do I replicate this &amp;amp;quot;Single line address field&amp;amp;quot; geocoding service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433039#M39915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's a sample geocoding service from Esri at &lt;/SPAN&gt;&lt;A href="http://tasks.arcgis.com/ArcGIS/rest/services/WorldLocator/GeocodeServer"&gt;http://tasks.arcgis.com/ArcGIS/rest/services/WorldLocator/GeocodeServer&lt;/A&gt;&lt;SPAN&gt; which looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;STRONG&gt;Single Line Address Field:&lt;/STRONG&gt;&lt;BR /&gt;SingleLine (Type: esriFieldTypeString, Alias: Single Line Input, Required: false )&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Candidate Fields:&lt;/STRONG&gt;&lt;BR /&gt;Score (Type: esriFieldTypeDouble, Alias: Score)&lt;BR /&gt;MatchLevel (Type: esriFieldTypeString, Alias: Match Level)&lt;BR /&gt;North_Lat (Type: esriFieldTypeString, Alias: North_Lat)&lt;BR /&gt;South_Lat (Type: esriFieldTypeString, Alias: South_Lat)&lt;BR /&gt;West_Lon (Type: esriFieldTypeString, Alias: West_Lon)&lt;BR /&gt;East_Lon (Type: esriFieldTypeString, Alias: East_Lon)&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which options do I need to specify in ArcCatalog to publish a similar geocoding service from a point featureclass with a single "Name" field specifying the addresses I'm searching on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm choosing &amp;gt; New &amp;gt; Address Locator and choosing the "General - Single Field" option, but my geocoding service in the REST API looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;STRONG&gt;Address Fields:&lt;/STRONG&gt;&lt;BR /&gt;SingleKey ( type: esriFieldTypeString , alias: Key , required: false , length: 100 )&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Single Line Address Field:&lt;/STRONG&gt;&lt;BR /&gt;Single Line Input ( type: esriFieldTypeString , alias: Key , required: false , length: 100 )&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Candidate Fields:&lt;/STRONG&gt;&lt;BR /&gt;Shape ( type: esriFieldTypeGeometry , alias: Shape , required: false )&lt;BR /&gt;Score ( type: esriFieldTypeDouble , alias: Score , required: false )&lt;BR /&gt;Match_addr ( type: esriFieldTypeString , alias: Match_addr , required: false , length: 120 )&lt;BR /&gt;Ref_ID ( type: esriFieldTypeString , alias: Ref_ID , required: false , length: 40 )&lt;BR /&gt;Addr_type ( type: esriFieldTypeString , alias: Addr_type , required: false , length: 20 )&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This isn't behaving in the same way when I try to use a geocoding call which works against the sample Esri service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What options should I be choosing in ArcCatalog when I create the address locator, in order to replicate the Esri version?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 04:20:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433039#M39915</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2012-11-21T04:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate this "Single line address field" geocoding service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433040#M39916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Single field is more generic than a single standard address.&amp;nbsp; Mostly you would use that for searching on fields that contain some sort of ID that is easily typed incorrectly because in general locators are more forgiving than using "find" or "query".&amp;nbsp; I've used it before to create a service to act more like a "find" on parcel IDs.&amp;nbsp; You should look at something like US Address - single.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 18:05:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433040#M39916</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2012-11-21T18:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate this "Single line address field" geocoding service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433041#M39917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wondered if you ever got an answer to this one, or more importantly if you can recall the answer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have the same issue.&amp;nbsp; I'm about to edit the loc.xml file associated with the service, but any clues appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 09:57:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433041#M39917</guid>
      <dc:creator>RobDunfey</dc:creator>
      <dc:date>2013-04-11T09:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate this "Single line address field" geocoding service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433042#M39918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;probably a better question for the Desktop/Server forum?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 15:39:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433042#M39918</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-04-11T15:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate this "Single line address field" geocoding service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433043#M39919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this perhaps the ESRI Geocoder dijit address field issue? The geocoder dijit is hardcoded to look for "SingleLine" in the query sent via JSON. In Steve's code it is "SingleKey".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kelly posted a workaround for this. It is posted in this thread. Example code is there as well:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/75070-Geocoder-dijit-in-JS-API-v3.3-bug-quot-SingleKey-quot-vs-quot-singleLine-quot-search-parameter-name.?highlight=kelly+geocoder+dijit"&gt;http://forums.arcgis.com/threads/75070-Geocoder-dijit-in-JS-API-v3.3-bug-quot-SingleKey-quot-vs-quot-singleLine-quot-search-parameter-name.?highlight=kelly+geocoder+dijit&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 18:40:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433043#M39919</guid>
      <dc:creator>KevinMacLeod1</dc:creator>
      <dc:date>2013-04-11T18:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate this "Single line address field" geocoding service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433044#M39920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I wondered if you ever got an answer to this one, or more importantly if you can recall the answer?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, I had no luck with this line of enquiry and moved on to other things. But the new &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/geocoder.html"&gt;Geocoder digit&lt;/A&gt;&lt;SPAN&gt; looks promising and might be a better approach.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 21:50:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433044#M39920</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2013-04-11T21:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate this "Single line address field" geocoding service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433045#M39921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is this perhaps the ESRI Geocoder dijit address field issue? The geocoder dijit is hardcoded to look for "SingleLine" in the query sent via JSON. In Steve's code it is "SingleKey".&lt;BR /&gt;&lt;BR /&gt;Kelly posted a workaround for this. It is posted in this thread. Example code is there as well:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/75070-Geocoder-dijit-in-JS-API-v3.3-bug-quot-SingleKey-quot-vs-quot-singleLine-quot-search-parameter-name.?highlight=kelly+geocoder+dijit"&gt;http://forums.arcgis.com/threads/75070-Geocoder-dijit-in-JS-API-v3.3-bug-quot-SingleKey-quot-vs-quot-singleLine-quot-search-parameter-name.?highlight=kelly+geocoder+dijit&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We fixed this at 3.4 (I &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/75070-Geocoder-dijit-in-JS-API-v3.3-bug-quot-SingleKey-quot-vs-quot-singleLine-quot-search-parameter-name.?p=289380&amp;amp;viewfull=1#post289380"&gt;posted to the original thread&lt;/A&gt;&lt;SPAN&gt; with the workaround as well).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 14:30:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-replicate-this-amp-amp-quot-single-line/m-p/433045#M39921</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2013-04-12T14:30:08Z</dc:date>
    </item>
  </channel>
</rss>

