Re: A solution to HitCollector-based searches problems

2007-03-11 Thread oramas martín
Hello Mohammad, You don't have to remove the lucene-core jar file, just play with the classpath order to load the jar files. You have two possibilities: 1.- Use the searcher wrapper (valid for Lucene 2.0 or 2.1 version): Put lu-collector-0.8.jar AFTER lucene-core-2.1.0.jar and wrap any

Re: A solution to HitCollector-based searches problems

2007-03-10 Thread Mohammad Norouzi
Hi Oramas if I use that jar file, it conflicts with lucene-core.jar file. for exampl, IndexSearcher class that you 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]

Re: A solution to HitCollector-based searches problems

2007-03-08 Thread oramas martín
Hello, I have just added some search implementation samples based on this collector solution, to easy the use and understanding or it: - KeywordSearch: Extract the terms (and frequency) found in a list of fields from the results of a query/filter search -

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

Re: A solution to HitCollector-based searches problems

2007-02-25 Thread Grant Ingersoll
However, see Wiki HowToContribute: http://wiki.apache.org/jakarta- lucene/HowToContribute if you wish to donate your code. -Grant On Feb 25, 2007, at 6:56 PM, oramas martín wrote: Hello, As you probably know, the HitCollector-based search API is not meant to work remotely, because it will