RE: SolrJ ubuntu Problem

2016-03-13 Thread Adel Mohamed Khalifa
:8983/solr “). without any exception. Regards, Adel Khalifa From: Iker Huerga [mailto:iker.hue...@gmail.com] Sent: Sunday, March 13, 2016 2:07 PM To: dev@lucene.apache.org Subject: Re: SolrJ ubuntu Problem I would try params.add instead of params.set Also, are you sure you are ge

Re: SolrJ ubuntu Problem

2016-03-13 Thread Iker Huerga
March 13, 2016 1:45 PM > > *To:* dev@lucene.apache.org > *Subject:* Re: SolrJ ubuntu Problem > > > > What version of solrj are you using? can you share the code? > > > > Also, keep in mind that solrj uses SLF4J and Apache Commons Logging, so > you will n

RE: SolrJ ubuntu Problem

2016-03-13 Thread Adel Mohamed Khalifa
Subject: Re: SolrJ ubuntu Problem What version of solrj are you using? can you share the code? Also, keep in mind that solrj uses SLF4J and Apache Commons Logging, so you will need an implementation of these in your classpath to see the logs, take a look at https://wiki.apache.org/solr

Re: SolrJ ubuntu Problem

2016-03-13 Thread Iker Huerga
ompanies_res_name=VSRPsearchId%3A1489659901402995947155%2CVSRPtargetId%3A77017%2CVSRPcmpt%3Aprimary> > *[image: Description: cid:image004.jpg@01D11A1D.D81CE0C0]* > > > > > > *From:* Iker Huerga [mailto:iker.hue...@gmail.com] > *Sent:* Sunday, March 13, 2016 1:33 PM > *

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

Re: SolrJ ubuntu Problem

2016-03-13 Thread Iker Huerga
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 Mohamed Khalifa : > Hello, > > > > I am facing a problem when I try to connect to the Solr Server