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/09/15 10:46:50 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

baiyun@yahoo.com changed:

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



------- Additional Comments From baiyun@yahoo.com  2004-09-15 08:46 -------
Hi, I have similar problem.
When I try to index a chinese webpage of GB encoding, I got error below
Parse Aborted: Lexical error at line 583, column 50.  Encountered: "=" (61), aft
er : ""

As for the page content, parser appears to die at this line:
for (i=0;i<document.socialtop5.smonth.length;i++) {
 if (document.socialtop5.smonth.options[i].value==m) { <---die here
 document.socialtop5.smonth.selectedIndex = i;
 break;
 }
}

I have no idea why there is this error. I am using the CJKAnalyzer from sandbox

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