Skip Menu |

This queue is for tickets about the SWISH-Prog-Lucy CPAN distribution.

Report information
The Basics
Id: 106189
Status: resolved
Priority: 0/
Queue: SWISH-Prog-Lucy

People
Owner: Nobody in particular
Requestors: arjan [...] unitedknowledge.nl
Cc:
AdminCc:

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



Subject: example in synopsis incorrect
Part of the synopsis is: # then search the index my $searcher = SWISH::Prog::Lucy::Searcher->new( invindex => 'path/to/index.swish', config => 'path/to/swish.conf', ); But SWISH::Prog::Lucy::Searcher does not have a config method. Example could be changed in something like: # then search the index my $searcher = SWISH::Prog::Lucy::Searcher->new( invindex => 'path/to/index', max_hits => 1000, find_relevant_fields => 1, # default: 0 nfs_mode => 1, # default: 0 );
thanks for the report. Fixed in 0.25 and uploaded to CPAN just now. If you haven't already, take a look at https://metacpan.org/pod/Dezi::Lucy since that is a more modern version of the SWISH::Prog::Lucy module.