Mailing List Archive

DO NOT REPLY [Bug 7275] - Parse Aborted: Lexical error
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=7275>.
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=7275

Parse Aborted: Lexical error





------- Additional Comments From otis@apache.org 2002-03-20 15:46 -------
Is it possible that your file has some invisible characters that the parser
cannot handle?
What happens if you create a new file and just put in it only characters that
you know the parser will handle?
For example, you could do this repeatedly:

echo <P>Some text to fill up the file >> file.html

Then run the demo every so often after adding more text to it and see if it
chokes even when only regular ASCII characters are inserted in the file.
Please follow up with the outcome.

--
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 7275] - Parse Aborted: Lexical error [ 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=7275>.
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=7275

Parse Aborted: Lexical error





------- Additional Comments From michael.suedkamp@docware.de 2002-03-21 08:29 -------
Otis, I did as suggested and filled a text file by repeated insertions of one
line containing normal characters. A test with 500000 lines resulting in 16 MB
size worked without problems. So you're probably right that my original file
contains some problem characters. What is the supported character range?

BTW, my text file is created from a PDF file where the text was extracted by
the pdftotext tool that ships with xpdf.

Thanks

Michael

--
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 7275] - Parse Aborted: Lexical error [ 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=7275>.
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=7275

Parse Aborted: Lexical error

otis@apache.org changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID



------- Additional Comments From otis@apache.org 2002-03-21 17:20 -------
The ranges should be listed in QueryParser.jj.

I will close this bug. If anyone thinks this is not the right thing to do
please reopen it.

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