Greets,

Dave Balmain, author of Ferret, a port of the Java Lucene search engine library written in Ruby/C, and I are joining forces. Doug Cutting, original author of Lucene, is on board as an advisor and a tie-breaking vote.

The project, named Lucy, will be a loose C port of Lucene, with Perl and Ruby bindings. Development is being hosted at Apache.

If everything goes as planned, at some point a "Lucy" CPAN distribution will be released and will eventually replace my loose port of Lucene to Perl/C, KinoSearch. KinoSearch is not going away -- it will continue to be actively maintained at least until it's certain that Lucy is sufficiently feature-rich, mature, and stable to take its place. And although we are starting out fresh with an empty directory, KinoSearch's back end is serving as our template -- as spelled out in the original project proposal -- so it would be fair to characterize the transition as KinoSearch morphing into Lucy. (I'll give Lucy a mention during my upcoming talk at OSCON, Building Search Applications With KinoSearch, but I'm not changing my slides. :) )

Our alliance solves what had been a problem for both KinoSearch and Ferret: they were primarily the work of a single author, and developing and maintaining a port of Lucene is a lot of work. We expect development to progress rapidly, since the primary unsolved engineering challenge is integration, and that's much, much easier than what we've already accomplished.

If you'd like to either contribute or follow the project's progress, mailing list subscription information can be found at http://lucene.apache.org/lucy/mailing_lists.html.

--
Marvin Humphrey
Rectangular Research ― http://www.rectangular.com

In reply to KinoSearch + Ferret = Lucy by creamygoodness

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.