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=*<Machine>:<Port>/<Solr Path>,*
*<Machine>:<Port>/<Solr Path>*&indent=true&q=<query>



On Mon, Jun 6, 2011 at 5:59 PM, Mohammad Shariq <shariqn...@gmail.com>wrote:

> 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://wiki.apache.org/solr/ZooKeeperIntegrationthen also I am not
> able to do distributes search.
> Once I index the docs in one shard, not able to query from other shard and
> vice-versa, (using the query
>
> http://localhost:8180/solr/select/?q=itunes&version=2.2&start=0&rows=10&indent=on
> )
>
> I am running solr3.1 on ubuntu 10.10.
>
> please help me.
>
>
> --
> Thanks and Regards
> Mohammad Shariq
>



-- 
Thanks and Regards,
DakshinaMurthy BM

Reply via email to