Re: shards parameter

2009-12-18 Thread pcurila
My goal is to hide configuration from client application. So when I distribute index, application does not know this. I added new search handler and it works fine. Thanks to everybody Jacob Elder-4 wrote: > > If the goal is to save time when using the admin interface, you can just > add > this

Re: shards parameter

2009-12-17 Thread Jacob Elder
If the goal is to save time when using the admin interface, you can just add this to conf/admin-extra.html: http://www.google.com/jsapi";> google.load("prototype", "1.6"); Event.observe( window, 'load', function() { elements = document.getElements

Re: shards parameter

2009-12-17 Thread Yonik Seeley
You're setting up an infinite loop by adding a shards parameter on the default search handler. Create a new search handler and put your default under that. -Yonik http://www.lucidimagination.com On Thu, Dec 17, 2009 at 7:47 AM, pcurila wrote: > > I tried it out. But there is another issue I can

Re: shards parameter

2009-12-17 Thread pcurila
I tried it out. But there is another issue I can not cope with. I have two shards: localhost:8983/solr localhost:8984/solr If I write this into the defaults section localhost:8983/solr,localhost:8984/solr and than I issue a query on localhost:8983, solr do not respond. If I write this localhost

Re: shards parameter

2009-12-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
yes. put it under the "defaults" section in your standard requesthandler. On Thu, Dec 17, 2009 at 5:22 PM, pcurila wrote: > > Hello, is there any way to configure shards parameter in solrconfig.xml? So I > do not need provide it in the url. Thanks Peter > -- > View this message in context: > htt