Subject: | Typo in Synopsis Code |
Hey,
In Synopsis the code is dereferecing a hashref, but it's using the syntax for arrayref.
my @docIds = keys @{$result->{scores}};
should be
my @docIds = keys %{$result->{scores}};
This queue is for tickets about the Search-Indexer CPAN distribution.
The Basics
People
|
Bug Information
|