Re: Same origin policy for Apache Solr 5.5

2016-04-04 Thread Aditya Desai
Hello Upayavira I am trying to build an application to get the data from independent stand alone SOLR4.10 and then parse that data on global map. So effectively there are two SOLRs, one is independent(4.10) and the other one is having Map APIs(SOLR 5.10 here). I want to give customers the my entir

Re: Same origin policy for Apache Solr 5.5

2016-04-04 Thread Upayavira
Why would you want to do this? On Sun, 3 Apr 2016, at 04:15 AM, Aditya Desai wrote: > Hello SOLR Experts > > I am interested to know if SOLR 5.5 supports Same Origin Policy. I am > trying to read the data from http://localhost:8984/Solr_1/my/directory1 > and > display it on UI on http://localhost

Same origin policy for Apache Solr 5.5

2016-04-02 Thread Aditya Desai
Hello SOLR Experts I am interested to know if SOLR 5.5 supports Same Origin Policy. I am trying to read the data from http://localhost:8984/Solr_1/my/directory1 and display it on UI on http://localhost:8983/Solr_2/my/directory2. http://localhost:8983 has Solr 4.10 running and http://localhost:898