Thank you Hoss. I am switching from Solr3.6 to Silr 4.0. In Solr 3.6 a link http://localhost:8983/solr/admin or http://localhost:8983/solr/coreName/admin leads to an administration panel page with some useful information. Swapping also is done through the same link http://localhost:8983/solr/admin?action=SWAP&core=toSearch&other=toIndex . I expected from Solr 4.0 similar features. I work for government and it does not allow other than IE browsers. Lev
-----Original Message----- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Wednesday, October 31, 2012 6:19 PM To: solr-user@lucene.apache.org Subject: Re: Solr 4.0 admin panel : The right address to go is http://localhost:8983/solr/ on Solr 4.0. : http://localhost:8983/solr/admin links to nothing if you go check the : servlet. For back compat, http://localhost:8983/solr/admin should automatially redirect to http://localhost:8983/solr/#/ -- regardless of wether you are in legacy single core mode or not (unless perhaps you have a solr core named "admin" ?.. haven't tried that) : > administration panel. In Solr4.0 it returns just a general Apache Solr page : > with dead links. Dead links means that when I click on them nothing : > happends. Can you elaborate on what exactly you are seeing? A Jira issue with a screenshot attached would be helpful. It would also be good to know what browser you are using, i think there are bugs with using hte new UI javascript works in IE9 that have never been addressed because the relative usage of IE by solr-users is so low there was no strong push to invest time in trying to figure them out. Yeha, here's hte issue... https://issues.apache.org/jira/browse/SOLR-3876 -Hoss