Yes! We had this problem also with the analyzers contrib missing the stop
word files :-)

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de

> -----Original Message-----
> From: Michael McCandless [mailto:luc...@mikemccandless.com]
> Sent: Monday, August 10, 2009 12:24 PM
> To: java-dev@lucene.apache.org
> Subject: Re: warnings when running new QP tests
> 
> OK I found the cause here... the QueryParserMessages.properties isn't
> being found (by ResourceBundle.getBundle), when running the tests.
> 
> The fix is simple: move this under contrib/queryparser/src/resources.
> Our ant build scripts pick up anything udner src/resources and copy
> them into the build/classes dir.  I'll commit that shortly.
> 
> Mike
> 
> On Sat, Aug 8, 2009 at 6:17 AM, Michael
> McCandless<luc...@mikemccandless.com> wrote:
> > I see this when I run the new QP's unit tests:
> >
> >    [junit] WARN: Message with key:INVALID_SYNTAX and locale: en_US not
> found.
> >    [junit] WARN: Message with key:INVALID_SYNTAX_CANNOT_PARSE and
> > locale: en_US not found.
> >    [junit] WARN: Message with key:INVALID_SYNTAX_FUZZY_LIMITS and
> > locale: en_US not found.
> >    [junit] WARN: Message with
> > key:INVALID_SYNTAX_ESCAPE_UNICODE_TRUNCATION and locale: en_US not
> > found.
> >    [junit] WARN: Message with key:INVALID_SYNTAX_ESCAPE_CHARACTER and
> > locale: en_US not found.
> >    [junit] WARN: Message with
> > key:INVALID_SYNTAX_ESCAPE_NONE_HEX_UNICODE and locale: en_US not
> > found.
> >    [junit] WARN: Message with key:NODE_ACTION_NOT_SUPPORTED and
> > locale: en_US not found.
> >    [junit] WARN: Message with key:PARAMETER_VALUE_NOT_SUPPORTED and
> > locale: en_US not found.
> >    [junit] WARN: Message with key:LUCENE_QUERY_CONVERSION_ERROR and
> > locale: en_US not found.
> >    [junit] WARN: Message with key:EMPTY_MESSAGE and locale: en_US not
> found.
> >    [junit] WARN: Message with key:WILDCARD_NOT_SUPPORTED and locale:
> > en_US not found.
> >    [junit] WARN: Message with key:TOO_MANY_BOOLEAN_CLAUSES and
> > locale: en_US not found.
> >    [junit] WARN: Message with key:LEADING_WILDCARD_NOT_ALLOWED and
> > locale: en_US not found.
> >
> > How do we fix this...?
> >
> > Mike
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-dev-h...@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to