logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Minor pod patch to Plucene.pm: msg#00041

Subject: Minor pod patch to Plucene.pm
I'm thinking it might be worth being a little clearer about index
compatibility in the POD?

http://rt.cpan.org/NoAuth/Bug.html?id=13741

--- 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


<Prev in Thread] Current Thread [Next in Thread>