Error executing query

2016-04-10 Thread Adel Mohamed Khalifa
Hello All, When running my search method I had this exception QueryResponse res = server.query(params); ex = (org.apache.solr.client.solrj.SolrServerException) org.apache.solr.client.solrj.SolrServerException: Error executing query Regards, Adel

RE: failed to connect solr server through my website

2016-03-28 Thread Adel Mohamed Khalifa
] Sent: Monday, March 28, 2016 12:54 PM To: solr-user@lucene.apache.org Subject: Re: failed to connect solr server through my website Hi Adel, As far as I know, the mailing list doesn't allow attachments. Please paste the relevant part of your log Andrea On 28 Mar 2016 11:18, "Ad

failed to connect solr server through my website

2016-03-28 Thread Adel Mohamed Khalifa
Hello All, I failed to connect solr server through my website, I attached my solr log if anyone can help me please? Regards, Adel Khalifa | Developer | Saudisoft-Egypt | Tel: +2 023 303 2037 - ext 112 | M +2 01149247744 | Fax +2 023 303 2036 | Follow us on

RE: Making my own search website

2016-03-27 Thread Adel Mohamed Khalifa
Thanks Andrea, I want to say if my string is wrong it would not connect when I connect from windows it’s the same code, I did not change in it. SOLR_SERVER_URL=http://172.16.0.72:8983/solr/SearchCore Regards, Adel Khalifa From: Andrea Gazzarini [mailto:gxs...@gmail.com] Sent:

Making my own search website

2016-03-27 Thread Adel Mohamed Khalifa
Hello All, First, I want to apology for my complexity needs before and that I cannot asking obviously. So Now, I create my Solr server and indexing I can log on it directly throw ( http://ip:port/solr/#) from ubuntu server or my windows laptop. I build my website on netbeans using J2EE on

RE: Solr to Production

2016-03-27 Thread Adel Mohamed Khalifa
blocked due to firewall protection. What is the response message that you are receiving? On Sun, Mar 27, 2016 at 3:16 PM, Adel Mohamed Khalifa < a.moha...@saudisoft.com> wrote: > Hello All, > > > > I installed solr server on my Ubuntu and when I use it directly it > r

Solr to Production

2016-03-27 Thread Adel Mohamed Khalifa
Hello All, I installed solr server on my Ubuntu and when I use it directly it runs good, but when I use it remotely using my website it doesnot run and I don't know what the reason, can you help me please. Regards, Adel Khalifa

Deploy solr on glassfish

2016-03-21 Thread Adel Mohamed Khalifa
Hello All, I have a solr-5.3.0 and installed it and make my core but when I try to deploy it on glassfish and follow steps in "https://wiki.apache.org/solr/SolrGlassfish " it's recommended a solr.war file which isn't exactly found on my opt/solr/dist Where I can find it. Regards, Adel K

service solr status

2016-03-20 Thread Adel Mohamed Khalifa
Why I had this failure?!!! root@ubuntutestdev:/opt# service solr status ● solr.service - LSB: Controls Apache Solr as a Service Loaded: loaded (/etc/init.d/solr) Active: failed (Result: exit-code) since Wed 2029-01-03 08:29:11 EET; 12 years 9 months left Docs: man:systemd-sysv-ge

RE: publish solr on galsshfish server

2016-03-20 Thread Adel Mohamed Khalifa
:09 PM To: solr-user@lucene.apache.org Subject: Re: publish solr on galsshfish server On 3/17/2016 4:20 AM, Adel Mohamed Khalifa wrote: > And on servlet I coded :- > Try{ > SolrServer server = new > HttpSolrServer(Core.solrResourceBundle.getString("//http://172.16.0.1:8983/S > earchCor

Send solr to Production

2016-03-20 Thread Adel Mohamed Khalifa
Hello All, How I need to do or config for sending solr to production. Regards, Adel Khalifa

RE: publish solr on galsshfish server

2016-03-19 Thread Adel Mohamed Khalifa
lr may stop it working, without warning. Solr is to be considered its own app, to be run using its own embedded servlet container, as this allows the project to manage its own configuration and to test thoroughly that it works with a specific container. Think of Solr much like you would

publish solr on galsshfish server

2016-03-19 Thread Adel Mohamed Khalifa
Hello All, What is the requirement for installing solr on glassfish server, and how can I do it? Regards, Adel Khalifa | Developer | Saudisoft-Egypt | Tel: +2 023 303 2037 - ext 112 | M +2 01149247744 | Fax +2 023 303 2036 | Follow us on

need a help

2016-03-15 Thread Adel Mohamed Khalifa
Any help for my problem Please 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 i

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 to

Problem in SolrJ ubuntu

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 netbea