RE: Is there anything like MultiSearcher?

2011-06-15 Thread Kai Gülzau
Hi Roman, do you have solved your problem and how? Regards, Kai Gülzau -Original Message- From: Roman Chyla [mailto:roman.ch...@gmail.com] Sent: Saturday, February 05, 2011 4:50 PM To: solr-user@lucene.apache.org Subject: Is there anything like MultiSearcher? Dear Solr

Re: Is there anything like MultiSearcher?

2011-06-12 Thread thomas menzel
roman, have u solved the problem? i'm facing a similar problem. our customer wants to have separate indexes/core but still want to search across them at times w/o the IDF limitation that solr has when using shards Unless I am wrong, sharding across two cores is done over HTTP and has the

Is there anything like MultiSearcher?

2011-02-05 Thread Roman Chyla
Dear Solr experts, Could you recommend some strategies or perhaps tell me if I approach my problem from a wrong side? I was hoping to use MultiSearcher to search across multiple indexes in Solr, but there is no such a thing and MultiSearcher was removed according to this post:

Re: Is there anything like MultiSearcher?

2011-02-05 Thread Bill Bell
Why not just use sharding across the 2 cores? On 2/5/11 8:49 AM, Roman Chyla roman.ch...@gmail.com wrote: Dear Solr experts, Could you recommend some strategies or perhaps tell me if I approach my problem from a wrong side? I was hoping to use MultiSearcher to search across multiple indexes in

Re: Is there anything like MultiSearcher?

2011-02-05 Thread Roman Chyla
Unless I am wrong, sharding across two cores is done over HTTP and has the limitations as listed at: http://wiki.apache.org/solr/DistributedSearch While MultiSearcher is just a decorator over IndexSearcher - therefore the limitations there would (?) not apply and if indexes reside locally, would