<?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: Content Indexing on Solr in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/content-indexing-on-solr/m-p/191836#M144966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In that case it would be a matter of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL style="list-style-type:decimal;"&gt;&lt;LI&gt;hooking the appropriate CRUD events in Alfresco and using those to trigger indexing in SOLR&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;implementing a new advanced search UI that calls SOLR&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;optionally removing (or at least delinking) the default Alfresco search UI&lt;/LI&gt;&lt;/OL&gt;&lt;SPAN&gt;#1 can be done in a variety of ways, although I'd probably look at using a repository ContentPolicy (noting that additional steps might be required to handle deletes).&amp;nbsp; #2 would be accomplished using a custom Share "surflet" (a Surf component that can be configured into the Share UI).&amp;nbsp; #3 would be done by deconfiguring the OOTB search surflet(s) from the Share UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's also worth noting that like Alfresco SOLR uses Lucene as the underlying search engine, so there may not be a lot of functional benefit in using it instead of Alfresco's native search capabilities.&amp;nbsp; If you need the ability to search Alfresco managed content from other applications, Alfresco exposes its search capabilities via REST (Web Scripts), so it's just as accessible as SOLR.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Dec 2008 02:14:28 GMT</pubDate>
    <dc:creator>pmonks</dc:creator>
    <dc:date>2008-12-27T02:14:28Z</dc:date>
    <item>
      <title>Content Indexing on Solr</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-indexing-on-solr/m-p/191833#M144963</link>
      <description>Hello,How can we do Indexing of Alfresco Content Solr over Http Network??Please respond quickly coz its somewhat urgent…..Thanx in advance</description>
      <pubDate>Thu, 18 Dec 2008 13:09:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-indexing-on-solr/m-p/191833#M144963</guid>
      <dc:creator>lakshya</dc:creator>
      <dc:date>2008-12-18T13:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Content Indexing on Solr</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-indexing-on-solr/m-p/191834#M144964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An answer to this question is highly dependent on the use case - do you wish to index WCM content so that your web site can search it via Solr?&amp;nbsp; Do you wish to index all DM content into Solr and update Alfresco's own search UI to use Solr?&amp;nbsp; Something else entirely?&amp;nbsp; The more detail you can provide on the specific use case you're trying to address, the better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 18:02:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-indexing-on-solr/m-p/191834#M144964</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-12-18T18:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Content Indexing on Solr</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-indexing-on-solr/m-p/191835#M144965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes we wish to index all DM content into Solr and update Alfresco's own search UI to use Solr.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide pointers on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thnx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2008 10:15:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-indexing-on-solr/m-p/191835#M144965</guid>
      <dc:creator>lakshya</dc:creator>
      <dc:date>2008-12-25T10:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Content Indexing on Solr</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-indexing-on-solr/m-p/191836#M144966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In that case it would be a matter of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL style="list-style-type:decimal;"&gt;&lt;LI&gt;hooking the appropriate CRUD events in Alfresco and using those to trigger indexing in SOLR&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;implementing a new advanced search UI that calls SOLR&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;optionally removing (or at least delinking) the default Alfresco search UI&lt;/LI&gt;&lt;/OL&gt;&lt;SPAN&gt;#1 can be done in a variety of ways, although I'd probably look at using a repository ContentPolicy (noting that additional steps might be required to handle deletes).&amp;nbsp; #2 would be accomplished using a custom Share "surflet" (a Surf component that can be configured into the Share UI).&amp;nbsp; #3 would be done by deconfiguring the OOTB search surflet(s) from the Share UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's also worth noting that like Alfresco SOLR uses Lucene as the underlying search engine, so there may not be a lot of functional benefit in using it instead of Alfresco's native search capabilities.&amp;nbsp; If you need the ability to search Alfresco managed content from other applications, Alfresco exposes its search capabilities via REST (Web Scripts), so it's just as accessible as SOLR.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2008 02:14:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-indexing-on-solr/m-p/191836#M144966</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-12-27T02:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Content Indexing on Solr</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-indexing-on-solr/m-p/191837#M144967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do we do faceted search using Alfresco &amp;amp; Lucene, without using solr?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 17:05:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-indexing-on-solr/m-p/191837#M144967</guid>
      <dc:creator>tamilraj2003</dc:creator>
      <dc:date>2011-04-04T17:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Content Indexing on Solr</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-indexing-on-solr/m-p/191838#M144968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco and lucene together do not support faceting - you would probably need SOLR.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter's approach is possible (assuming you do not want and security or transactionality)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are currently integrating SOLR to provide alternative search support within Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It may be easier to hget weak faceting using lucene in Alfresco (the facets do not represent the results but the whole data set) as we have done for tagging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2011 13:49:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-indexing-on-solr/m-p/191838#M144968</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2011-04-06T13:49:58Z</dc:date>
    </item>
  </channel>
</rss>

