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
: 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
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
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
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,
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