You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Christophe GOGUYER DESSAGNES <cg...@arcadsoftware.com> on 2001/11/06 17:25:55 UTC

queryParser error with first charactere

Hi,

I've a queryParser error if the first character is a spacial character.
ie : ' @ ç à ...
It doesn't appear with lucene old version (<1.1).
Is it a bug or something has changed in the way to call the parser ?

TY.

[Tue Nov 06 17:23:20 CET 2001] org.apache.lucene.queryParser.TokenMgrError:
Lexical error at line 1, column 1.  Encountered: "\u00c0" (192), after : ""
[Tue Nov 06 17:23:20 CET 2001]  at
org.apache.lucene.queryParser.QueryParserTokenManager.getNextToken(Unknown
Source)
[Tue Nov 06 17:23:20 CET 2001]  at
org.apache.lucene.queryParser.QueryParser.jj_ntk(Unknown Source)
[Tue Nov 06 17:23:20 CET 2001]  at
org.apache.lucene.queryParser.QueryParser.Modifiers(Unknown Source)
[Tue Nov 06 17:23:20 CET 2001]  at
org.apache.lucene.queryParser.QueryParser.Query(Unknown Source)
[Tue Nov 06 17:23:20 CET 2001]  at
org.apache.lucene.queryParser.QueryParser.parse(Unknown Source)
[Tue Nov 06 17:23:20 CET 2001]  at
org.apache.lucene.queryParser.QueryParser.parse(Unknown Source)


-----
Christophe


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>