<?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: Searching file in folder in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/searching-file-in-folder/m-p/265484#M218614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Need help on this. Please respond.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2011 11:11:23 GMT</pubDate>
    <dc:creator>avinashg</dc:creator>
    <dc:date>2011-12-06T11:11:23Z</dc:date>
    <item>
      <title>Searching file in folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-file-in-folder/m-p/265479#M218609</link>
      <description>Hi,I am new to alfresco. I want to search all file in /Company Home/Images folder.I have written query for this as below.var query = "PATH:\"/app:company_home/cm:" + search.ISO9075Encode("Images")+ "//*\"";var nodes = search.luceneSearch(query );Still I am not getting any file in result.Let me know</description>
      <pubDate>Tue, 29 Nov 2011 11:55:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-file-in-folder/m-p/265479#M218609</guid>
      <dc:creator>avinashg</dc:creator>
      <dc:date>2011-11-29T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Searching file in folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-file-in-folder/m-p/265480#M218610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you please share with us how you drop new contents in Alfresco?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 15:21:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-file-in-folder/m-p/265480#M218610</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2011-11-29T15:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Searching file in folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-file-in-folder/m-p/265481#M218611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For content upload, I am using alfresco explorer. In it I am using 'Add Content' link for uploading content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One more thing I observed that when I try to search file I uploaded through Alfresco explorer search option, I am not getting these content image files in search result. Is there any issue with permissions for content that I am uploading? Which other permissions than default I need to set for content to be searchable?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 10:01:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-file-in-folder/m-p/265481#M218611</guid>
      <dc:creator>avinashg</dc:creator>
      <dc:date>2011-11-30T10:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Searching file in folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-file-in-folder/m-p/265482#M218612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Typically you don't need nothing when you are using one of the Alfresco default user interfaces for common file formats&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway Alfresco recognizes many file formats but it is needed that the mimetype and the encoding for the content must be correct in order to create indexes for searches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco uses Apache Tika to extract all the text and properties from contents to create Lucene indexes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the file formats supported by default by Alfresco are defined in the following XML file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;alfresco/WEB-INF/classes/alfresco/mimetype/mimetype-map.xml&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Which types of contents are you uploading in the repository?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 10:33:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-file-in-folder/m-p/265482#M218612</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2011-11-30T10:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Searching file in folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-file-in-folder/m-p/265483#M218613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have uploaded some jpg files in /Company Home/Images folder. But I am not getting these in search result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also checked mimetype-map.xml file and it has jpg files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any other that is causing file not to show in search?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 09:23:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-file-in-folder/m-p/265483#M218613</guid>
      <dc:creator>avinashg</dc:creator>
      <dc:date>2011-12-01T09:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Searching file in folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-file-in-folder/m-p/265484#M218614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Need help on this. Please respond.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 11:11:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-file-in-folder/m-p/265484#M218614</guid>
      <dc:creator>avinashg</dc:creator>
      <dc:date>2011-12-06T11:11:23Z</dc:date>
    </item>
  </channel>
</rss>

