Skip Menu |

This queue is for tickets about the Plucene CPAN distribution.

Report information
The Basics
Id: 13741
Status: resolved
Priority: 0/
Queue: Plucene

People
Owner: Nobody in particular
Requestors: mintywalker [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 1.24



Subject: minor POD patch to Plucene.pm
see attached patch against Plucene.pm just minor POD stuff
--- Plucene.pm 2005-07-17 12:00:08.000000000 +0100 +++ patched.Plucene.pm 2005-07-17 20:04:56.000000000 +0100 @@ -40,6 +40,10 @@ $searcher->search_hc($query => $hc); +=head3 More examples ... + +... can be found in the unit tests (./t/ directory). + =head1 DESCRIPTION Plucene is a fully-featured and highly customizable search engine toolkit @@ -73,8 +77,8 @@ =head1 COMPATIBILITY For the most part Lucene and Plucene indexes are created in the same -manner. However, due to some minor implementation details, the indexes -will not always be compatible. +manner. However, due to implementation details, the indexes produced by +Lucene are not compatible with Plucene and visa versa. As Plucene is still undergoing development, we cannot guarantee index format compatibility across releases. If you're using Plucene in @@ -82,8 +86,7 @@ =head1 MISSING FEATURES -As this is an initial release, the following features have not yet been -implemented: +The following features have not yet been implemented: =over 3