Apache Lucy 0.1.0 provides an effectively identical feature set to KinoSearch 0.3x. Now that Lucy has been released, KinoSearch will be deprecated, and all new userland code should use Lucy instead. The project has moved, and all subsequent development will happen at our new home.

The Lucy project at Apache was rebooted last July, entering the Incubator with the intent of assimilating the KinoSearch code base and community. At the time, it was not yet clear that we would be able to use all of KinoSearch; a lot of IP clearance work had yet to be done.

As an (incubating) Apache product, Lucy must be released under the attribution-based, permissive Apache License 2.0. As the terms of this license are more liberal than the terms of the GPL/Artistic-1.0 licensing under which KinoSearch was developed, it was necessary to perform several steps before we could release:

Fortunately, we were able to identify, contact and obtain permission from every last contributor, allowing us to start with KinoSearch in its entirety. Then we were able to replace a number of problematic dependencies without damaging the library's interface or functionality.

We still depend on JSON::XS and Parse::RecDescent, for which we assert usage under the terms of the Artistic License 1.0. As Artistic-1.0 is not formally approved by Apache legal affairs for use by Apache products, we are required to replace those dependencies as well prior to graduating from the Incubator to become a top-level Apache project. However, projects under incubation are held to a slightly lower standard, and we were able to secure a temporary dispensation allowing us to release.

It took a long time and a lot of work to get to this point -- and thank goodness that such work only has to be done once. Now that Lucy has been officially released, though, it is safe to send KinoSearch off into quiet retirement.


In reply to Re^2: Apache Lucy inaugural release 0.1.0 (incubating) by creamygoodness
in thread Apache Lucy inaugural release 0.1.0 (incubating) 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.