Re: Question about sending solrconfig and schema files with java

2014-06-21 Thread Frederic Esnault
Mail : fesna...@serenzia.com 2014-06-21 1:15 GMT+02:00 Jack Krupansky : > Oops! Sorry I missed it. Please post of the rest of the info on SO as well. > > We'll get to it! > > > -- Jack Krupansky > > -Original Message- From: Frederic Esnault > Sent: Frida

Re: Question about sending solrconfig and schema files with java

2014-06-20 Thread Frederic Esnault
> > -Original Message- From: Frederic Esnault > Sent: Friday, June 20, 2014 11:50 AM > To: solr-user@lucene.apache.org > Subject: Re: Question about sending solrconfig and schema files with java > > > Hi Shawn, > > Actually i should say that i'm using DSE

Re: Question about sending solrconfig and schema files with java

2014-06-20 Thread Frederic Esnault
ssage:Internal Server Error* *Frédéric Esnault* CTO / CO-FOUNDER *SERENZIA* 57 Rue Maurice Bokanowski 92600 Asnières-sur-Seine Tel : +33 6 49 45 53 38 Mail : fesna...@serenzia.com 2014-06-20 17:34 GMT+02:00 Shawn Heisey : > On 6/20/2014 8:46 AM, Frederic Esnault wrote: > > First thank you

Re: Question about sending solrconfig and schema files with java

2014-06-20 Thread Frederic Esnault
loaded via java in solr. And this is where i'm stuck. *Frédéric Esnault* CTO / CO-FOUNDER *SERENZIA* 57 Rue Maurice Bokanowski 92600 Asnières-sur-Seine Tel : +33 6 49 45 53 38 Mail : fesna...@serenzia.com 2014-06-20 17:01 GMT+02:00 Alexandre Rafalovitch : > On Fri, Jun 20, 2014 at

Re: Question about sending solrconfig and schema files with java

2014-06-20 Thread Frederic Esnault
Asnières-sur-Seine Tel : +33 6 49 45 53 38 Mail : fesna...@serenzia.com 2014-06-20 15:35 GMT+02:00 Shawn Heisey : > On 6/20/2014 5:16 AM, Frederic Esnault wrote: > > I know how to send solrconfig.xml and schema.xml files to SolR using curl > > commands. > > But my problem is

Question about sending solrconfig and schema files with java

2014-06-20 Thread Frederic Esnault
Hi, I know how to send solrconfig.xml and schema.xml files to SolR using curl commands. But my problem is that i want to send them with java, and i can't find a way to do so. I used HttpComponentsand got http headers before the file begins, which SAX parser does not like at all. What is the best w