Re: Solrj problem

2014-05-17 Thread Shawn Heisey
On 5/7/2014 7:41 AM, blach wrote: > according to this : https://issues.apache.org/jira/browse/SOLR-5590 > > I understand that solrj is still depends on the old httpclient shipped with > android tools, and this is my problem too. KARL has made an patch, could you > please explain what that patch fo

Re: Solrj problem

2014-05-15 Thread blach
I have added the dependency org.apache.httpcomponents httpclient [4.3.1] but still giving me the same error. -- View this message in context: http://lucene.472066.n3.nabble.com/Solrj-problem-tp4135030p4135047.html Sent from the Solr - User m

Re: Solrj problem

2014-05-15 Thread blach
Hello Shawn, according to this : https://issues.apache.org/jira/browse/SOLR-5590 I understand that solrj is still depends on the old httpclient shipped with android tools, and this is my problem too. KARL has made an patch, could you please explain what that patch for, how can I use it in to sol

Re: Solrj problem

2014-05-12 Thread blach
any solution please :) -- View this message in context: http://lucene.472066.n3.nabble.com/Solrj-problem-tp4135030p4135046.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solrj problem

2014-05-10 Thread blach
SOLVED, I didn't use SOLRJ, just normal Httpclient methodes + asynktask HttpClient client = new DefaultHttpClient(); URI uri = new URI(params[0]); HttpGet Gett = new HttpGet(uri);

Re: Solrj problem

2014-05-06 Thread blach
Hello and thank shawn, How can I make sure that my jar is in the classpath at runtime? -- View this message in context: http://lucene.472066.n3.nabble.com/Solrj-problem-tp4135030p4135038.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solrj problem

2014-05-06 Thread Shawn Heisey
On 5/6/2014 4:32 PM, blach wrote: > Hello, I'm struggling to retreive some data from my localhost Solr from an > Android Application. but i'm still having the same error. > > /05-06 18:22:09.036: E/AndroidRuntime(1628): java.lang.NoSuchMethodError: > org.apache.http.conn.scheme.Scheme. > 05-06 18:2