Excellent, I have created a new request handler that has all my shards,
boosts and other defaults as /business. /select is set to be the default
request handler. The queries seem to run fine now and after a bit of spot
checking they seem to be getting the same results. I have one question
though.

How can I be sure the shards are applying the same boosts as the one
receiving the query? I access the url:
solr1:8080/solr/core0/business?q=pizza Are the shards applying the boost on
their index with the /business request handler or is it up to the
originating shard to apply the boosts? 

Thanks for your help!

- Justin



Yonik Seeley-2 wrote:
> 
> On Fri, Feb 20, 2009 at 10:32 AM, jdleider <nab...@justinleider.com>
> wrote:
>> However when i try to /select using
>> this shards param in the solrconfig.xml the query just hangs.
> 
> The basic /select url should normally not have shards set as a
> default... this will cause infinite recursion when the top level
> searcher sends requests to the sub-searchers until you exhaust all
> threads and run into a distributed deadlock.  Set up another handler
> with the default shards param instead.
> 
> -Yonik
> Lucene/Solr? http://www.lucidimagination.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Defining-shards-in-solrconfig-with-multiple-cores-tp22120446p22163349.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to