On 11/25/2011 3:13 AM, Mark Miller wrote:

When you search each shard, are you positive that you are using all of the
same parameters? You are sure you are hitting request handlers that are
configured exactly the same and sending exactly the same queries?

I'm my experience, the overhead for distrib search is usually very low.

What types of queries are you trying?

I'm using the simple queries like this

http://192.168.1.90:9090/solr/select/?fl=*,score&start=0&q=(superstar)&qt=requestShards&rows=2000

The requestShards handler defined as

<requestHandler  name="requestShards"  class="solr.SearchHandler"  
default="false">

<lst  name="defaults">
<str  name="shards">

192.168.1.85:8080/solr1,192.168.1.85:8080/solr2,...,192.168.1.85:8080/solr6,
192.168.1.86:8080/solr7,192.168.1.86:8080/solr8,...,192.168.1.86:8080/solr12,
...,
192.168.1.89:8080/solr25,192.168.1.89:8080/solr26,...,192.168.1.89:8080/solr30
</str>
<int  name="rows">10</int>

</lst>

</requestHandler>


--
Best regards,
Artem Lokotosh        mailto:arco...@gmail.com


Reply via email to