Re: Solr 4.4.0 and solrj

2013-07-25 Thread santonel
Ok , now it works perfectly. In the past version i've renamed the default collection, but with http://myserver/solr/ i was accessing directly http://myserver/solr/corename/ probably because the default collection became the one that i have renamed. Thanks for the help! -- View this message

Re: Solr 4.4.0 and solrj

2013-07-25 Thread Erick Erickson
"collection1" is the default, so when you enter http://myserver/solr/, under the covers you get http://myserver/solr/collection1/. So go ahead and rename your cores, but address them specifically as http://myserver/solr/corename/ Best Erick On Thu, Jul 25, 2013 at 7:10 AM, santonel wrote: > Hi

Solr 4.4.0 and solrj

2013-07-25 Thread santonel
Hi I've upgraded my solr server (a single core with single collection) from 4.3.1 to 4.4.0, using the new solr.xml configuration file from example and setting the new core.properties (with my collection name) under the instance dir. When i check the status of solr via web interface, all is up an