<?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: Show search results with excerpts (like Google) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222138#M175268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ainga,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That would require querying node service for each node to get content at LuceneResultSet level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That may slow down search response time significantly, but if index size becomes too big to put up with, one should choose your solution for content storage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2011 03:59:06 GMT</pubDate>
    <dc:creator>aymens</dc:creator>
    <dc:date>2011-03-23T03:59:06Z</dc:date>
    <item>
      <title>Show search results with excerpts (like Google)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222130#M175260</link>
      <description>I am dreaming of a search UI that would show a text excerpt for each search result.Does this already exist in Alfresco?Or do I have to develop a specific Dialog that would call Lucene?Or maybe it is not even possible to do this with Lucene?Thanks a lot!NicolasNote:Because I am searching only text fi</description>
      <pubDate>Mon, 10 May 2010 02:30:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222130#M175260</guid>
      <dc:creator>nicolasraoul</dc:creator>
      <dc:date>2010-05-10T02:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show search results with excerpts (like Google)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222131#M175261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes this is doable. We've implemented this for a customer project. You can use Lucene for selecting best text excerpts and display it in Alfresco results. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DM me for details. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ainga&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 20:20:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222131#M175261</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2010-05-10T20:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show search results with excerpts (like Google)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222132#M175262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am actually asking this question because someone asked on the Japanese forum, and I did not know the answer so I asked on the English forum. Here is the original message: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/jp/viewtopic.php?f=4&amp;amp;t=530" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/jp/viewtopic.php?f=4&amp;amp;t=530&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it require development or is it just configuration/Spring?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nicolas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 01:22:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222132#M175262</guid>
      <dc:creator>nicolasraoul</dc:creator>
      <dc:date>2010-05-11T01:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Show search results with excerpts (like Google)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222133#M175263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it requires development. You can utilise Lucene to provide the hit highlighting functionality. See &lt;/SPAN&gt;&lt;A href="http://www.cocooncenter.org/articles/lucene.html" rel="nofollow noopener noreferrer"&gt;http://www.cocooncenter.org/articles/lucene.html&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However to enable to Lucene to do that you'll need to extend Alfresco through Java coding. For one Alfresco's lucene index does not store the complete text just the index. The text needs to be stored / generated so they can be displayed in the search results. This would depend on your specific requirements. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ainga&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 08:38:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222133#M175263</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2010-06-30T08:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show search results with excerpts (like Google)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222134#M175264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nicolas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 03:01:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222134#M175264</guid>
      <dc:creator>nicolasraoul</dc:creator>
      <dc:date>2010-07-01T03:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show search results with excerpts (like Google)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222135#M175265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I implemented it for Alfresco CE 3.4.d, wrote something about it and provided an svn patch for that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're interested check this: &lt;/SPAN&gt;&lt;A href="http://aymen-s.blogspot.com/2011/03/implementing-search-hits-highlight-in.html" rel="nofollow noopener noreferrer"&gt;http://aymen-s.blogspot.com/2011/03/implementing-search-hits-highlight-in.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 16:50:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222135#M175265</guid>
      <dc:creator>aymens</dc:creator>
      <dc:date>2011-03-22T16:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show search results with excerpts (like Google)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222136#M175266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks aymens, that looks great!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nicolas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 17:03:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222136#M175266</guid>
      <dc:creator>nicolasraoul</dc:creator>
      <dc:date>2011-03-22T17:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Show search results with excerpts (like Google)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222137#M175267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We tried this approach first and then changed it because the Lucene index was growing quite large in production. Instead we created a child association to the content and stored the text version in the repository. Similar to how renditions are stored. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ainga&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 17:22:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222137#M175267</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2011-03-22T17:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show search results with excerpts (like Google)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222138#M175268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ainga,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That would require querying node service for each node to get content at LuceneResultSet level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That may slow down search response time significantly, but if index size becomes too big to put up with, one should choose your solution for content storage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 03:59:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222138#M175268</guid>
      <dc:creator>aymens</dc:creator>
      <dc:date>2011-03-23T03:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Show search results with excerpts (like Google)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222139#M175269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks aymens, that looks great!&lt;BR /&gt;Nicolas&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You're welcome &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 04:00:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-search-results-with-excerpts-like-google/m-p/222139#M175269</guid>
      <dc:creator>aymens</dc:creator>
      <dc:date>2011-03-23T04:00:39Z</dc:date>
    </item>
  </channel>
</rss>

