Re: Defining shards in solrconfig with multiple cores

2009-02-23 Thread Yonik Seeley
On Mon, Feb 23, 2009 at 10:12 AM, jdleider wrote: > How can I be sure the shards are applying the same boosts as the one > receiving the query? Defaults always apply at any search handler... so if you put default params on /business, they will become part of the shard sub-requests. You can verify

Re: Defining shards in solrconfig with multiple cores

2009-02-23 Thread jdleider
gt; 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.

Re: Defining shards in solrconfig with multiple cores

2009-02-20 Thread Yonik Seeley
On Fri, Feb 20, 2009 at 10:32 AM, jdleider 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 re

Defining shards in solrconfig with multiple cores

2009-02-20 Thread jdleider
-shards-in-solrconfig-with-multiple-cores-tp22120446p22120446.html Sent from the Solr - User mailing list archive at Nabble.com.