<?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: Search for ?? in filenames in whole repo using webscript in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182158#M135288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just created a new wiki page on how to iterate nodes for mass update purposes&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Iterate_Nodes" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Iterate_Nodes&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It should be possible to adapt to your needs as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not to go off topic, but any feedback on this way of doing mass updating is the correct way of doing things is appreciated. So far I've only tested this on smaller repositories.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2009 05:01:42 GMT</pubDate>
    <dc:creator>loftux</dc:creator>
    <dc:date>2009-03-26T05:01:42Z</dc:date>
    <item>
      <title>Search for ?? in filenames in whole repo using webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182154#M135284</link>
      <description>Hi,We have a strange issue which is bothering&amp;nbsp; us. Actually there are some files which were created by the external system. So, Alfresco hosts the files of that external system, which posts the files to Alfresco using web scripts.&amp;nbsp; Since our system is Latin1 and not UTF8, resulted in "??" for any In</description>
      <pubDate>Thu, 19 Mar 2009 22:39:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182154#M135284</guid>
      <dc:creator>svytle</dc:creator>
      <dc:date>2009-03-19T22:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Search for ?? in filenames in whole repo using webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182155#M135285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ? is a wildcard in Lucene, just like the *. It will match any 1 character, where the * will match any number of characters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That being said, i have no clue how to solve your issue. You could potentially crawl your system, simply checking each node in the relevant section of the repository via Java. That will however may cost you (if coded properly) up to 25 ms PER NODE (so 40 nodes per second), so use with caution!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 06:40:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182155#M135285</guid>
      <dc:creator>rogier_oudshoor</dc:creator>
      <dc:date>2009-03-20T06:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search for ?? in filenames in whole repo using webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182156#M135286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried with a bit more exotic Lucene queries, using Fuzzy or Proximity searches?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://lucene.apache.org/java/2_1_0/queryparsersyntax.html" rel="nofollow noopener noreferrer"&gt;http://lucene.apache.org/java/2_1_0/queryparsersyntax.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 07:46:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182156#M135286</guid>
      <dc:creator>lista</dc:creator>
      <dc:date>2009-03-25T07:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Search for ?? in filenames in whole repo using webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182157#M135287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Lista for your suggestion but I couldn't solve the problem. May be I should follow the method suggested by Rogier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying a web script&amp;nbsp; for folder iteration process instead of java based folder iteration. I will see if this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 19:12:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182157#M135287</guid>
      <dc:creator>svytle</dc:creator>
      <dc:date>2009-03-25T19:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Search for ?? in filenames in whole repo using webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182158#M135288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just created a new wiki page on how to iterate nodes for mass update purposes&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Iterate_Nodes" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Iterate_Nodes&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It should be possible to adapt to your needs as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not to go off topic, but any feedback on this way of doing mass updating is the correct way of doing things is appreciated. So far I've only tested this on smaller repositories.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 05:01:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182158#M135288</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2009-03-26T05:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Search for ?? in filenames in whole repo using webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182159#M135289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the script Loftux. Even I code a similar webscript. I'll let you know once we are done with this update process about the pros and cons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 18:14:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182159#M135289</guid>
      <dc:creator>svytle</dc:creator>
      <dc:date>2009-03-27T18:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Search for ?? in filenames in whole repo using webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182160#M135290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the script Loftux. Even I coded a similar webscript. I'll let you know once we are done with this update process about the pros and cons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2009 18:14:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/search-for-in-filenames-in-whole-repo-using-webscript/m-p/182160#M135290</guid>
      <dc:creator>svytle</dc:creator>
      <dc:date>2009-03-27T18:14:27Z</dc:date>
    </item>
  </channel>
</rss>

