On Sun, 2006-07-23 at 21:24 -0500, Herbert Wu wrote: > WhitespaceAnalyzer looks brutal. Is it possible that I keep > StandardAnalyzer and at the same time to tell the parser to keep a > list of chars during indexing?
Add something like: | < #MYCHARACTERS: ("&" | ":" | "%" | ";") > to the StandardTokenizer.jj and rebuild it. Might cause some lexical indeterministic errors, so look out for those. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]