<?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 Create a full text index for hosted feature layer in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/create-a-full-text-index-for-hosted-feature-layer/m-p/1534930#M10618</link>
    <description>&lt;P&gt;Hello - does anyone know where I can go in the api to create a full text index for an ArcGIS Online hosted feature layer? I can't seem to find anything in the api documentation.&lt;/P&gt;&lt;P&gt;Whenever I overwrite the sd file via the arcpy sharing module to update the data for the layer, the full-text indexes are removed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10527"&gt;@JakeSkinner&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp; - do either of you guys know?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Wed, 04 Sep 2024 14:18:42 GMT</pubDate>
    <dc:creator>DavidColey</dc:creator>
    <dc:date>2024-09-04T14:18:42Z</dc:date>
    <item>
      <title>Create a full text index for hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/create-a-full-text-index-for-hosted-feature-layer/m-p/1534930#M10618</link>
      <description>&lt;P&gt;Hello - does anyone know where I can go in the api to create a full text index for an ArcGIS Online hosted feature layer? I can't seem to find anything in the api documentation.&lt;/P&gt;&lt;P&gt;Whenever I overwrite the sd file via the arcpy sharing module to update the data for the layer, the full-text indexes are removed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10527"&gt;@JakeSkinner&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp; - do either of you guys know?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 14:18:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/create-a-full-text-index-for-hosted-feature-layer/m-p/1534930#M10618</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2024-09-04T14:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create a full text index for hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/create-a-full-text-index-for-hosted-feature-layer/m-p/1534941#M10619</link>
      <description>&lt;P&gt;Oh, gosh. I've only ever messed with indices from Pro in the layer properties window. Maybe perform an index update through Pro with something like Wireshark running, see what kind of messages are being sent to the server? I've never come across documentation for how to do this via any API, though.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 14:35:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/create-a-full-text-index-for-hosted-feature-layer/m-p/1534941#M10619</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-09-04T14:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create a full text index for hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/create-a-full-text-index-for-hosted-feature-layer/m-p/1535012#M10621</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;You can use &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerManager.add_to_definition" target="_self"&gt;`add_to_definition`&lt;/A&gt; and set the indexType = "FullText" to create a full text index on a hosted feature layer. Assuming you are the owner or have admin access.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarkTorrey_0-1725465471227.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114261i1FCA2DB10064ADC9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarkTorrey_0-1725465471227.png" alt="MarkTorrey_0-1725465471227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We'll work on getting the documentation updated to address this...&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 16:06:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/create-a-full-text-index-for-hosted-feature-layer/m-p/1535012#M10621</guid>
      <dc:creator>MarkTorrey</dc:creator>
      <dc:date>2024-09-04T16:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create a full text index for hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/create-a-full-text-index-for-hosted-feature-layer/m-p/1535126#M10622</link>
      <description>&lt;P&gt;Ok Josh - thanks for the feedback, I appreciate it.&amp;nbsp; What&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/248"&gt;@MarkTorrey&lt;/a&gt;&amp;nbsp;is showing below is what I need to get worked into my post-update steps.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 18:05:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/create-a-full-text-index-for-hosted-feature-layer/m-p/1535126#M10622</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2024-09-04T18:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create a full text index for hosted feature layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/create-a-full-text-index-for-hosted-feature-layer/m-p/1535133#M10623</link>
      <description>&lt;P&gt;Ok&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/248"&gt;@MarkTorrey&lt;/a&gt;&amp;nbsp; - thanks for the reply.&amp;nbsp; I'll get this worked into my post-update steps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to say, does seem to me that 1) an sd update shouldn't remove a full text index (unlike the attribute indices) and maybe this is something that will be addressed in a future update?&lt;/P&gt;&lt;P&gt;and 2) do you know if full text indexes are going to be supported for enterprise hosted feature layers at 11.4?&amp;nbsp; &amp;nbsp;They don't seem to be supported yet at 11.3 . . .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 18:12:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/create-a-full-text-index-for-hosted-feature-layer/m-p/1535133#M10623</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2024-09-04T18:12:02Z</dc:date>
    </item>
  </channel>
</rss>

