how this method
(http://localhost:8983/solr/select?shards=*:/,**:/*&indent=true&q=)
is better than zooKeeper, could you please refer any performance doc.
On 7 June 2011 08:18, bmdakshinamur...@gmail.com wrote:
> Instead of integrating zookeeper, you could create shards over multiple
> machines
Instead of integrating zookeeper, you could create shards over multiple
machines and specify the shards while you are querying solr.
Eg: http://localhost:8983/solr/select?shards=*:/,*
*:/*&indent=true&q=
On Mon, Jun 6, 2011 at 5:59 PM, Mohammad Shariq wrote:
> Hi folk,
> I am using solr to inde
Hi folk,
I am using solr to index around 100mn docs.
now I am planning to move to cluster based solr, so that I can scale the
indexing and searching process.
since solrCloud is in development stage, I am trying to index in shard
based environment using zooKeeper.
I followed the steps from
http://