> From: Winton Davies [mailto:[EMAIL PROTECTED]] > > It loaded into memory, but then when I tried a search I got > this stack trace: > > java.lang.ArrayIndexOutOfBoundsException > at java.lang.System.arraycopy(Native Method) > at > org.apache.lucene.store.RAMInputStream.readInternal(Unknown Source)
What version of Lucene are you using? There was a bug in the last release of RAMDirectory that is fixed in the nightly builds. If that does not solve your problem, please submit a self-contained test case that reproduces it. Doug -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
