RE: Solr in Linux Platform

2016-03-14 Thread Adel Mohamed Khalifa
<apa...@elyograg.org> wrote: On 3/14/2016 8:31 AM, Adel Mohamed Khalifa wrote: I build a website (Java EE ) and want to search in some json files so I installed the solr server in an Ubuntu server and create a new core then indexing json files and the web searched correctly when I moved m

Solr in Linux Platform

2016-03-14 Thread Adel Mohamed Khalifa
Hello everybody, I build a website (Java EE ) and want to search in some json files so I installed the solr server in an Ubuntu server and create a new core then indexing json files and the web searched correctly when I moved my code from windows to the server it stopped and cannot connect

RE: SolrJ ubuntu Problem

2016-03-13 Thread Adel Mohamed Khalifa
erver. It might be that the query is not properly formed since you are constructing it based on the request parameters. HTH 2016-03-13 7:56 GMT-04:00 Adel Mohamed Khalifa <a.moha...@saudisoft.com>: It’s Solr-5.3.0. Please check the attachment you will find the code of the ser

RE: SolrJ ubuntu Problem

2016-03-13 Thread Adel Mohamed Khalifa
/SolrLogging#SolrJ_and_Logging_Jars 2016-03-13 7:37 GMT-04:00 Adel Mohamed Khalifa <a.moha...@saudisoft.com>: I edited and add the core but still nothing .. although the code in try and Catch but I did not get any exception just stop. Other side when I run the code in windows platform

RE: SolrJ ubuntu Problem

2016-03-13 Thread Adel Mohamed Khalifa
com] Sent: Sunday, March 13, 2016 1:33 PM To: dev@lucene.apache.org Subject: Re: SolrJ ubuntu Problem Try adding the core/collection name in the url as in HttpSolrServer server = new HttpSolrServer("http://localhost:8080/solr/collection1;); 2016-03-13 6:12 GMT-04:00 Adel

SolrJ ubuntu Problem

2016-03-13 Thread Adel Mohamed Khalifa
Hello, I am facing a problem when I try to connect to the Solr Server (HttpSolrServer server = new HttpSolrServer("http://localhost:8983/solr;);) Note that my platform is Ubuntu and I install solr server on it and it work correctly when I try to log on through browser but when I try in