Which port Solr Embedded server runs?
I was able to create OOTB Embedded solr index and I am able to get result through querybuilder. As per the generatted solr.xml, it says that Solr server runs on 8983 port but when I hit http://localhost:8983/solr then it didn't open page. Is there any admin console for Embedded solr server? If No, then is it because of AEM and Solr runs on same JVM? If yes, then what is the correct port number?