Re: A solution to HitCollector-based searches problems

2007-03-11 Thread oramas martín
defined is different from the original one. Do I have to remove the lucene-core jar file? if yes, how about the other original classes On 3/8/07, oramas martín [EMAIL PROTECTED] wrote: Hello, I have just added some search implementation samples based on this collector solution, to easy the use

Re: A solution to HitCollector-based searches problems

2007-03-08 Thread oramas martín
to explore the fields of remote indexes. See http://sourceforge.net/projects/lucollector/ for the source code ( lu-collector-src-sampleop-0.8.zip). Regards, José L. Oramas On 2/26/07, oramas martín [EMAIL PROTECTED] wrote: Hello, As you probably know, the HitCollector-based search API is not meant

A solution to HitCollector-based searches problems

2007-02-25 Thread oramas martín
Hello, As you probably know, the HitCollector-based search API is not meant to work remotely, because it will generate a RPC-callback for every non-zero score. There is another problem with MultiSearcher-HitCollector-based search which knows nothing about mix HitCollector based searches (not to

MultiReader and MultiSearcher

2006-04-10 Thread oramas martín
Is there any performance (or other) difference between using an IndexSearcher initialized with a MultiReader instead of using a MultiSearcher? Thanks, Jose L. Oramas