i am running solr 6.1.0 on windows server 2008 R2. using windows command, i am able to start the solr also able to create core from the Admin GUI (http://localhost:8983/solr/#/), all working fine until i restart.
when restart using commnad window "D:\mydir\solr>bin\solr restart -p 8983" then goback to browser http://localhost:8983/solr/#/ and refresh the core i have created are missing, But the Core Folders are exist in the solr home folder.
anybody know how to stop cores deleted?
solr cloud
andstandalone
. For thestandalone
configuration, I am able to runsolr
, createcore
, import data viaDIH
, and start making queries. Everything works fine until I re-start it. I am on Amazon Linux AMI, tried Solr 6.0.1, 6.3.0, 6.4.1. All failed to restart. And yes, I only have one core, and started solr from the same locationsudo service solr start
. After restart, I can not find any core in "Core Admin". But I can select my previous core in "Core Selector". Only that after selecting it, an error message "Connection to Solr lost" shows – user2868104