Skip Menu |

This queue is for tickets about the Plucene CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: steve [...] fisharerojo.org
Cc:
AdminCc:

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



Subject: t/search_hits and t/sloppy_scorer die with message "You need to specify a default field for your query" at t/search_hits.t line 72 and at t/sloppy_scorer.t line 80
After installing the module Lucene::QueryParser, I ran into the above errors. It seems that the parse_query function in Lucene::QueryParser requires some sort of parameter or it will "croak". I'm guessing there is some version of the module that does not require these parameters, because these tests will not work as is. Adding a semi-random parameter ("foo") causes the tests to pass in both cases.
[SMPETERS - Tue Feb 3 09:54:17 2004]: Show quoted text
> After installing the module Lucene::QueryParser, I ran into the above > errors. It seems that the parse_query function in > Lucene::QueryParser ....
This is fixed in 1.01
Thanks for the report. As you noted this problem was fixed in 1.1 Please let us know if you encounter any further problems. Tony