Re: Multisearch Problem

2006-06-09 Thread Dan Wiggin
My lucene version is 1.4.3 and always worked with this. Someday I have to do the change to Lucene 2.0. But the problem isn't this because the problem is something like One index have something indexed and other index is olnly created but without any document. It's very strange because this problem

Re: Multisearch Problem

2006-06-08 Thread Daniel Naber
On Donnerstag 08 Juni 2006 19:59, Dan Wiggin wrote: > java.lang.ArrayIndexOutOfBoundsException: -1 You get this when you access a Lucene 1.9/2.0 index with Lucene 1.4. Maybe your classpath contains two versions of Lucene. Regards Daniel -- http://www.danielnaber.de -

Multisearch Problem

2006-06-08 Thread Dan Wiggin
Hello everybody I have a new problem that I want share with you :D The problem is doing a search in a Multisearcher. Normally this multisearcher works well. When I start my tomcat and my two index are empties, and if I do a search wtih this index I have no exception and obviusly no hits, but afte