Re: Modifying the standard analyzer

2006-07-07 Thread Mark Miller
Thank you so much. I apologize for my ignorance. Mark On 7/7/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: : > But ParseException extends IOException, so I don't see a problem there. : I wish my compiler agreed with you:) Which it seems to do until you : rebuild the files with javacc. I saw

Re: Modifying the standard analyzer

2006-07-07 Thread Chris Hostetter
: > But ParseException extends IOException, so I don't see a problem there. : I wish my compiler agreed with you:) Which it seems to do until you : rebuild the files with javacc. I saw at least two other posts about this : problem on the web with no answer given... : This guy also found the same

Re: Modifying the standard analyzer

2006-07-07 Thread Mark Miller
Daniel Naber wrote: On Freitag 07 Juli 2006 16:20, Mark Miller wrote: the javacc generated StandardTokenizer next() method is declared to throw a ParseException final public org.apache.lucene.analysis.Token next() throws ParseException, IOException { unfortunately, org.apache.lucene.anal

Re: Modifying the standard analyzer

2006-07-07 Thread Daniel Naber
On Freitag 07 Juli 2006 16:20, Mark Miller wrote: > the javacc generated StandardTokenizer next() method is declared to > throw a ParseException > >   final public org.apache.lucene.analysis.Token next() throws > ParseException, IOException { > > unfortunately, org.apache.lucene.analysis.Token nex