Re: Adding shards entries in solrconfig.xml

2009-07-02 Thread Mark Miller
Rakhi Khatwani wrote: Hi, I read the following article: http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Scaling-Lucene-and-Solr its mentioned that its much easier to set the shards parameter for your SearchHandler in solrcofig.xml. i also went through: http://www

Re: Adding shards entries in solrconfig.xml

2009-07-02 Thread Otis Gospodnetic
Rakhi, Have you looked at Solr example directories (in Solr svn)? There may be an example of it there. From memory, the syntax is: URL1,URL2 e.g. http://shard1:8080/solr,http://shard2:8080/solr This goes into one of the sections of the request handler configuration. Shards can also