Re: ArrayIndexOutOfBoundsException in FastCharStream.readChar

2008-10-07 Thread Edwin Smith
ctober 7, 2008 10:43:06 AM Subject: Re: ArrayIndexOutOfBoundsException in FastCharStream.readChar Thanks for the tip. I tried your experiment and, sure enough, it works just fine, so it's not the contents but obviously some other behavior of my custom reader. (Does the analyzer require that

Re: ArrayIndexOutOfBoundsException in FastCharStream.readChar

2008-10-07 Thread Edwin Smith
l McCandless <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Tuesday, October 7, 2008 5:12:05 AM Subject: Re: ArrayIndexOutOfBoundsException in FastCharStream.readChar If you capture the exact text produced by the reader, and wrap it in a  StringReader and pass that to StandardAnaly

Re: ArrayIndexOutOfBoundsException in FastCharStream.readChar

2008-10-07 Thread Michael McCandless
don't know. Very frustrating. Ed - Original Message From: Edwin Smith <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Monday, October 6, 2008 3:20:51 PM Subject: Re: ArrayIndexOutOfBoundsException in FastCharStream.readChar No particular reason. It is just what

Re: ArrayIndexOutOfBoundsException in FastCharStream.readChar

2008-10-06 Thread Edwin Smith
Sent: Monday, October 6, 2008 3:18:20 PM Subject: RE: ArrayIndexOutOfBoundsException in FastCharStream.readChar Hi Edwin, I don't know specifically what's causing the exception you're seeing, but note that in Lucene 2.3.0+, the JavaCC-generated version of StandardTokenizer (wher

Re: ArrayIndexOutOfBoundsException in FastCharStream.readChar

2008-10-06 Thread Edwin Smith
r 6, 2008 3:18:20 PM Subject: RE: ArrayIndexOutOfBoundsException in FastCharStream.readChar Hi Edwin, I don't know specifically what's causing the exception you're seeing, but note that in Lucene 2.3.0+, the JavaCC-generated version of StandardTokenizer (where your exception ori

RE: ArrayIndexOutOfBoundsException in FastCharStream.readChar

2008-10-06 Thread Steven A Rowe
Hi Edwin, I don't know specifically what's causing the exception you're seeing, but note that in Lucene 2.3.0+, the JavaCC-generated version of StandardTokenizer (where your exception originates) has been replaced with a JFlex-generated version - see

Re: ArrayIndexOutOfBoundsException in FastCharStream.readChar

2008-10-06 Thread Edwin Smith
Oh, and in case it matters, I'm using Lucene 2.2.0. Ed - Original Message I am stumped and have not seen any other reference to this problem. I am getting the following exception on everything I try to index. Does anyone know what my problem might be? Thanks, Ed java.lang.ArrayI