You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2004/07/30 11:24:07 UTC

DO NOT REPLY [Bug 30376] - Bug : Parse Aborted: Lexical error

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30376>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30376

Bug : Parse Aborted: Lexical error





------- Additional Comments From otis@apache.org  2004-07-30 09:24 -------
This probably happens when you query your index, not while you are building it, no?

What Analyzer are you using?  If you are indexing Chinese, use StandardAnalyzer
or CJKAnalyzer from Lucene Sandbox (link is on the Lucene site).  Are you using
one of those?

You have to make sure you use the same Analyzer for searching, too.  How are you
searching your index?

Please show us some code or a unit test, if you can.

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