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 -

Re: MultiSearch

2006-03-15 Thread Otis Gospodnetic
The Javadoc should have all the info. If not - Lucene in Action - http://www.lucenebook.com/search?query=multisearcher If not - Lucene in Action's free code that includes code with MultiSearcher, as you can see from snippets at the above URL. Otis - Original Message From: Brian <[EMAIL

Re: Multisearch

2006-03-06 Thread Raul Raja Martinez
Wouldn't it make sense to have a Hit know where he came from such as hit.getIndex() instead of having to invoke subSearcher or subDoc? Just a thought Erik Hatcher wrote: On Mar 6, 2006, at 10:05 AM, WATHELET Thomas wrote: I made a multi search into my Lucene index. It's work properly but I wou

RE: Multisearch

2006-03-06 Thread WATHELET Thomas
Thanks a lot. -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: 06 March 2006 16:25 To: java-user@lucene.apache.org Subject: Re: Multisearch On Mar 6, 2006, at 10:05 AM, WATHELET Thomas wrote: > I made a multi search into my Lucene index. It's work proper

Re: Multisearch

2006-03-06 Thread Erik Hatcher
On Mar 6, 2006, at 10:05 AM, WATHELET Thomas wrote: I made a multi search into my Lucene index. It's work properly but I would like to know if it's possible to know in witch index de document belong to. This just came up the other day as well, and was covered in the past. Here's the thread w