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
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
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
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
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