<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Dev411 Blog: Lucene on CPAN</title>
    <link>http://www.dev411.com/blog/2006/08/21/lucene-on-cpan</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>John Wang on Technology</description>
    <item>
      <title>Lucene on CPAN</title>
      <description>&lt;p&gt;&lt;a href="http://lucene.apache.org/"&gt;Lucene&lt;/a&gt; is a Java-based fulltext indexing and search solution run under the Apache Foundation. It is arguably the most popular of &lt;a href="http://www.dev411.com/wiki/Search_Libraries"&gt;many fulltext solutions&lt;/a&gt; now but its use of Java makes it a secondary choice for many non-Java projects. To improve the speed of Lucene, there are several C/C++ ports including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="http://incubator.apache.org/lucene4c/"&gt;Lucene4c&lt;/a&gt;: Apache Foundation project&lt;/li&gt;
&lt;li&gt;&lt;a href="http://lucene.apache.org/lucy/"&gt;Lucy&lt;/a&gt;: Apache Foundation project&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sourceforge.net/projects/clucene/"&gt;CLucene&lt;/a&gt;: Sourceforge project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For a long time Perl users who wanted fulltext search capabilities chose between &lt;a href="http://search.cpan.org/~tmtm/Plucene-1.24/lib/Plucene.pm"&gt;Plucene&lt;/a&gt; (a Perl-port of Lucene), &lt;a href="http://www.xapian.org"&gt;Xapian&lt;/a&gt; (a C++ library with many language bindings) and several others. Plucene has a variety of performance problems so Xapian became the choice for many projects. Recently, the &lt;a href="http://search.cpan.org/~tbusch/Lucene-0.01/lib/Lucene.pm"&gt;Lucene module&lt;/a&gt; was added to CPAN as a wrapper around CLucene. The naming gets funny with all the ports because the Lucene Perl-module uses CLucene, not Lucene, and the CLucene project doesn't seem to be run under the Lucene project at the Apache Foundation, which runs the Lucene4c and Lucy C ports.&lt;/p&gt;

&lt;p&gt;I've been using Xapian and the &lt;a href="http://search.cpan.org/~kilinrax/Search-Xapian-0.9.6.0/Xapian.pm"&gt;Search::Xapian&lt;/a&gt; Perl-bindings for a while now and will continue to do so. It will be interesting to see if there's a shake out with the various C/C++ Lucene ports and if any of them will gain popularity. It will also be interesting to see if any of the C/C++ ports grow beyond being just a port of Lucene.&lt;/p&gt;</description>
      <pubDate>Mon, 21 Aug 2006 20:15:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:4316b3c9-f6af-4f38-ac8a-96153b9ed0d7</guid>
      <author>John Wang</author>
      <link>http://www.dev411.com/blog/2006/08/21/lucene-on-cpan</link>
      <category>perl</category>
    </item>
    <item>
      <title>"Lucene on CPAN" by Marvin Humphrey</title>
      <description>&lt;p&gt;I expect that Lucy will have a different API than KS.  WRT Catalyst::Model::KinoSearch, I have my hands full!  Somebody else will have to write it and support it.&lt;/p&gt;</description>
      <pubDate>Tue, 29 Aug 2006 12:04:36 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:6fa13a8c-31f4-4532-b5d1-709f098a1704</guid>
      <link>http://www.dev411.com/blog/2006/08/21/lucene-on-cpan#comment-104</link>
    </item>
    <item>
      <title>"Lucene on CPAN" by John Wang</title>
      <description>&lt;p&gt;Thanks for posting Marvin. I should mention that Plucene is usually discussed on #catalyst as something not to use ;) That being said, I&amp;#8217;ve only heard Plucene and Xapian come up. I didn&amp;#8217;t know Plucene isn&amp;#8217;t being developed anymore; it&amp;#8217;s good to know and the link is a good read.&lt;/p&gt;


	&lt;p&gt;What will happen after Lucy supercedes KS? Will there be a Perl binding using the KS API or will method calls change porting from KS to Lucy?&lt;/p&gt;


	&lt;p&gt;BTW, if you want to add some coolness factor for KS, make a Catalyst model: Catalyst::Model::KinoSearch ;)&lt;/p&gt;</description>
      <pubDate>Mon, 28 Aug 2006 22:44:19 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:fd6cbd1f-f4bc-4264-960c-2552cf5cc518</guid>
      <link>http://www.dev411.com/blog/2006/08/21/lucene-on-cpan#comment-103</link>
    </item>
    <item>
      <title>"Lucene on CPAN" by Marvin Humphrey</title>
      <description>&lt;p&gt;Howdy&amp;#8230; KinoSearch&amp;#8217;s author here&amp;#8230; It&amp;#8217;s funny that people in the catalyst channel mention Plucene but not KinoSearch.  Plucene is no longer actively developed, and at least one of its primary authors (Tony Bowden) has been using KinoSearch.  (&lt;a href="http://wiki.apache.org/jakarta-lucene/MinimizingObjectOverhead" rel="nofollow"&gt;shout-out to Plucene here&lt;/a&gt;).  FYI, KS is being actively developed and will continue to be so until such time as Lucy is sufficiently feature-rich and mature to supersede it.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Aug 2006 20:40:31 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:0d5350bd-a039-47bc-af5e-bce015ff0112</guid>
      <link>http://www.dev411.com/blog/2006/08/21/lucene-on-cpan#comment-101</link>
    </item>
    <item>
      <title>"Lucene on CPAN" by John Wang</title>
      <description>&lt;p&gt;Thanks for mentioning KinoSearch. I updated the article to say Perl users could choose Plucene, Xapian and &amp;#8220;several others.&amp;#8221;. I chose not to explicitly mention KinoSearch in the article b/c: (a) effort on KinoSearch may have moved to Lucy according to the &lt;a href="http://lucene.apache.org/lucy/" rel="nofollow"&gt;Lucy page&lt;/a&gt; (b) Plucene and Xapian are the only search solutions I&amp;#8217;ve seen mentioned on the #catalyst channel (granted that&amp;#8217;s a small subset of perl users) and the only ones that seem to have a Catalyst model and &amp;#40;c) I didn&amp;#8217;t want too many search engine names in the blog article. I did, however, list it in the referenced &lt;a href="http://www.dev411.com/wiki/Search_Libraries" rel="nofollow"&gt;Search Libraries wiki page&lt;/a&gt; along with Namazu, Swish-e and others when I posted this. I also just added Ferret to that page. Ferret is the ruby port of Lucene whose author is now also working on Lucy.&lt;/p&gt;</description>
      <pubDate>Tue, 22 Aug 2006 08:51:31 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:3e0c60bb-ed3c-42ea-abfc-c070c84aa0ca</guid>
      <link>http://www.dev411.com/blog/2006/08/21/lucene-on-cpan#comment-84</link>
    </item>
    <item>
      <title>"Lucene on CPAN" by nothingmuch</title>
      <description>&lt;p&gt;You forgot &lt;a href="http://search.cpan.org/dist/KinoSearch/" rel="nofollow"&gt;KinoSearch&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 22 Aug 2006 04:16:28 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:94202bbe-cdc6-47c9-a3bd-1a914b32d805</guid>
      <link>http://www.dev411.com/blog/2006/08/21/lucene-on-cpan#comment-82</link>
    </item>
  </channel>
</rss>
