Hi, Just a heads up wrt the online docs which might be a minor impediment to new users:
http://incubator.apache.org/lucy/docs/perl/Lucy/Docs/Tutorial/BeyondSimple.html my $doc = slurp_and_parse_file($filename); # should read: my $doc = parse_file($filename); http://incubator.apache.org/lucy/docs/perl/Lucy/Docs/Tutorial/Simple.html refers to "category => $category", but there is no field or code for category There are also POD errors on the Simple.html page: "Hey! The above document had some coding errors, which are explained below: Around line 154: Deleting unknown formatting code M<>"
