Embedded Server Issue : SOLRJ : No Such Core Found

2012-09-19 Thread Senthil Kk Mani
Hi, I am facing an issue while trying to use the solrj EmbeddedServer to load a core. I am trying to load the example/solr packaged with solr-3.6.1. It works perfectly fine through CommonHTTPSolrSever. I am able to query and fetch the document. I used the following jar files to compile and run.

Configuring Apache SOLR with Multicore on IBM Websphere Application Server

2012-07-23 Thread Senthil Kk Mani
Hi, I currently have Apache SOLR 3.6 running on Tomcat 7.0.27. I was able to successfully configure multicores too. This was my development environment and hence used tomcat - however the production environment is WAS. I need to migrate the existing multicores SOLR index from tomcat to WAS. Is th