RE: SolrJ DirectXmlRequest

2013-01-23 Thread Ryan Josal
day, January 16, 2013 6:06 PM To: solr-user@lucene.apache.org Subject: RE: SolrJ DirectXmlRequest : DirectXmlRequest is part of the SolrJ library, so I guess that means it : is not commonly used. My use case is that I'm applying an XSLT to the : raw XML on the client side, instead of leaving

RE: SolrJ DirectXmlRequest

2013-01-16 Thread Chris Hostetter
: DirectXmlRequest is part of the SolrJ library, so I guess that means it : is not commonly used. My use case is that I'm applying an XSLT to the : raw XML on the client side, instead of leaving that up to the Solr : master (although even if I applied the XSLT on the Solr server, I'd I think

RE: SolrJ DirectXmlRequest

2013-01-09 Thread Ryan Josal
ednesday, January 09, 2013 11:53 AM To: solr-user@lucene.apache.org Subject: Re: SolrJ DirectXmlRequest Hi Ryan, One typically uses a Solr client library to talk to Solr instead of sending raw XML. For example, if your application in written in Java then you would use SolrJ. Otis -- Solr & El

Re: SolrJ DirectXmlRequest

2013-01-09 Thread Otis Gospodnetic
gt; Sent: Tuesday, January 08, 2013 7:29 PM > To: solr-user@lucene.apache.org > Subject: Re: SolrJ DirectXmlRequest > > Hi Ryan, > > I'm not sure what is creating those upload files something in Solr? Or > Tomcat? > > Why not specify a different temp dir via syst

RE: SolrJ DirectXmlRequest

2013-01-09 Thread Ryan Josal
ne.apache.org Subject: Re: SolrJ DirectXmlRequest Hi Ryan, I'm not sure what is creating those upload files something in Solr? Or Tomcat? Why not specify a different temp dir via system property command line parameter? Otis Solr & ElasticSearch Support http://sematext.com/ On Jan 8,

Re: SolrJ DirectXmlRequest

2013-01-08 Thread Otis Gospodnetic
Hi Ryan, I'm not sure what is creating those upload files something in Solr? Or Tomcat? Why not specify a different temp dir via system property command line parameter? Otis Solr & ElasticSearch Support http://sematext.com/ On Jan 8, 2013 12:17 PM, "Ryan Josal" wrote: > I have encountered