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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to