Submitted by Anonymous (not verified) on January 9, 2010.
How did you set up the 2 shards 2 machine 16GB test?
I assume you have split your index into two shards
with one shard, one Solr server, and 16G of RAM per machine.
Then you executed distributed queries similar to
http://localhost:8983/solr/select?shards=localhost:8983/solr,localhost:7574/solr&q=
see http://wiki.apache.org/solr/DistributedSearch
Is that correct?
How did you set up the 2 shards 2 machine 16GB test?