Re: [CLucene-dev] ParallelMultiSearcher support in clucene...

2011-02-06 Thread Ben van Klinken
i thought Isidor's mpi branch (isidor_mpi) had support for that? Or maybe that was remote searcher... i forget ben On Fri, Jan 28, 2011 at 3:52 AM, Itamar Syn-Hershko wrote: > Hi, > > ParallelMultiSearcher wasn't ported yet. You are welcome to port it yourself > - have a look at search/Paralle

Re: [CLucene-dev] ParallelMultiSearcher support in clucene...

2011-01-27 Thread Itamar Syn-Hershko
Hi, ParallelMultiSearcher wasn't ported yet. You are welcome to port it yourself - have a look at search/ParallelMultiSearcher.java and search/MultiSearcher.java. Itamar. On 8/11/2010 12:23 PM, Rajendra Prasad Murakonda wrote: I can's seem to find ParallelMultiSearcher. I couldn't locate

[CLucene-dev] ParallelMultiSearcher support in clucene...

2010-11-08 Thread Rajendra Prasad Murakonda
I can's seem to find ParallelMultiSearcher. I couldn't locate the class in the latest source code snap shot too. Is it not supported in cLucene? What do I need to do to use it - I used MultiSearcher succesfully though. Any pointers will be really helpful. Raj --