Mailing List Archive

DO NOT REPLY [Bug 6315] - QueryParser not handling TokenMgrError
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6315>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6315

QueryParser not handling TokenMgrError





------- Additional Comments From otis@apache.org 2002-02-07 21:01 -------
I don't think this is a bug. Leading wildcards are not allowed.

--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
DO NOT REPLY [Bug 6315] - QueryParser not handling TokenMgrError [ In reply to ]
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6315>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6315

QueryParser not handling TokenMgrError





------- Additional Comments From dcalvo@task.com.br 2002-02-08 02:53 -------
I agree that leading wildcards are not allowed but the ParseQuery contract
states that the parse() method throws ParseException. It doesn't say anything
about a TokenMgrError. That's why I've suggested catching TokenMngErr and
throwing a ParseException. Anyway, since my application is catching
TokenMgrError I don't have any problem with that. It was more like a suggestion
than a bug report.

Regards,

--Daniel

--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>