<?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 searching a document based on the content of the file. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-document-based-on-the-content-of-the-file/m-p/72787#M47384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;another issue related to the search mechanism provided by alfresco….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have used FileFolderService to search on a particular node reference in the hierarcy and i get the exact results but all the search methods in this service takes the name of the file….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;how can i customize it to search on content i.e. text in side the file which we can do through lucene by writing name:, text: attributes….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please tell me any way around to search a file on a particular node and on name, text etc attributes……&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Inderjeet&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2006 09:29:36 GMT</pubDate>
    <dc:creator>inderjeet_kalra</dc:creator>
    <dc:date>2006-11-02T09:29:36Z</dc:date>
    <item>
      <title>searching a document based on the content of the file.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-document-based-on-the-content-of-the-file/m-p/72787#M47384</link>
      <description>Hi all, another issue related to the search mechanism provided by alfresco….I have used FileFolderService to search on a particular node reference in the hierarcy and i get the exact results but all the search methods in this service takes the name of the file….how can i customize it to search on co</description>
      <pubDate>Thu, 02 Nov 2006 09:29:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-document-based-on-the-content-of-the-file/m-p/72787#M47384</guid>
      <dc:creator>inderjeet_kalra</dc:creator>
      <dc:date>2006-11-02T09:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: searching a document based on the content of the file.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-document-based-on-the-content-of-the-file/m-p/72788#M47385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may be better using the SearchService directly and creating a lucene search - this is much more flexible and you can search against any attribute, aspect, type, noderef etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Search" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 10:13:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-document-based-on-the-content-of-the-file/m-p/72788#M47385</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-11-02T10:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: searching a document based on the content of the file.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-document-based-on-the-content-of-the-file/m-p/72789#M47386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried that option but unable to make a lucene query for a searching on a particular node….i faced problem in the PATH query where i can specify the path of the node reference where i need to search…..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have posted my concern , plz read the following and suggest me what to do…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=3837" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=3837&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 10:21:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-document-based-on-the-content-of-the-file/m-p/72789#M47386</guid>
      <dc:creator>inderjeet_kalra</dc:creator>
      <dc:date>2006-11-02T10:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: searching a document based on the content of the file.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-document-based-on-the-content-of-the-file/m-p/72790#M47387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A good way to learn how to build valid lucene searches for searching folders, paths, text etc. is to look at how the web-client builds searches in the UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you enable the following debug flag in your log4j.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.web.bean.SearchContext=debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then when you use simple search or the Advanced Search screen in the client, the console will output the generated Lucene query, play around with the various settings in Advanced Search to see what's generated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 11:08:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-document-based-on-the-content-of-the-file/m-p/72790#M47387</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-11-02T11:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: searching a document based on the content of the file.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-document-based-on-the-content-of-the-file/m-p/72791#M47388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks kevin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i will try this also but can you provide me any documentation for the PATH query because i am not getting the expected reult after providing the node path…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks once again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;inderjeet&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 11:16:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-document-based-on-the-content-of-the-file/m-p/72791#M47388</guid>
      <dc:creator>inderjeet_kalra</dc:creator>
      <dc:date>2006-11-02T11:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: searching a document based on the content of the file.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-a-document-based-on-the-content-of-the-file/m-p/72792#M47389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://wiki.alfresco.com/wiki/Search#Path_Queries" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search#Path_Queries&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that the&amp;nbsp; ISO9075 encoded association QName is used for the path elements - you can use the org.alfresco.util.ISO9075 utility class to encode you qname path elements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 12:07:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-a-document-based-on-the-content-of-the-file/m-p/72792#M47389</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-11-02T12:07:25Z</dc:date>
    </item>
  </channel>
</rss>

