<?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 Multiple/Batch/Mass update controls for content metadata? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multiple-batch-mass-update-controls-for-content-metadata/m-p/196089#M149219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Quick question- Are there multiple content update controls for meta data built in to the admin interface?&amp;nbsp; I would like to be able to implement a mass change on some of my custom model meta data fields along with mass updates to categorization on certain data subsets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I'm running Alfresco 2.9B with a few thousand pieces of content.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2008 19:52:38 GMT</pubDate>
    <dc:creator>dwilson</dc:creator>
    <dc:date>2008-12-22T19:52:38Z</dc:date>
    <item>
      <title>Multiple/Batch/Mass update controls for content metadata?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-batch-mass-update-controls-for-content-metadata/m-p/196089#M149219</link>
      <description>Quick question- Are there multiple content update controls for meta data built in to the admin interface?&amp;nbsp; I would like to be able to implement a mass change on some of my custom model meta data fields along with mass updates to categorization on certain data subsets.(I'm running Alfresco 2.9B with</description>
      <pubDate>Mon, 22 Dec 2008 19:52:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-batch-mass-update-controls-for-content-metadata/m-p/196089#M149219</guid>
      <dc:creator>dwilson</dc:creator>
      <dc:date>2008-12-22T19:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple/Batch/Mass update controls for content metadata?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-batch-mass-update-controls-for-content-metadata/m-p/196090#M149220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No. There is no Admin UI to do this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The easiest way to do this is to write a simple java script to search for the content and update the metadata. Upload this to the Data Dictionary and just run it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 09:21:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-batch-mass-update-controls-for-content-metadata/m-p/196090#M149220</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2008-12-23T09:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple/Batch/Mass update controls for content metadata?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-batch-mass-update-controls-for-content-metadata/m-p/196091#M149221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply!&amp;nbsp; I was afraid that was the answer so had already started coding a test script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've created code in PHP to do just what you mention, though I notice Lucene defaults to returning only 1000 nodes in the query results even though I'm only searching attributes and not querying full text.&amp;nbsp; (Perhaps this is only a limitation of the SOAP layer in PHP and not Java?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see the full text configuration here:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Full-Text_Search_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Full-Text_Search_Configuration&lt;/A&gt;&lt;SPAN&gt; .&amp;nbsp; It doesn't seem like it, but If this is what is limiting my result set, what is a safe setting for the max returned nodes?&amp;nbsp; 1000 isn't really enough in my case unless I go to the trouble of breaking up the batches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 09:39:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-batch-mass-update-controls-for-content-metadata/m-p/196091#M149221</guid>
      <dc:creator>dwilson</dc:creator>
      <dc:date>2008-12-23T09:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple/Batch/Mass update controls for content metadata?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-batch-mass-update-controls-for-content-metadata/m-p/196092#M149222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lucene by default returns only 1000 results after doing permission checks. This can be configured and ignored for specific searches. See this thread &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=6&amp;amp;t=13381" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=6&amp;amp;t=13381&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1000 is set so that search results are returned quickly to the user. In your use case, you can turn this off.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 10:56:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-batch-mass-update-controls-for-content-metadata/m-p/196092#M149222</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2008-12-23T10:56:11Z</dc:date>
    </item>
  </channel>
</rss>

