Thanks shawn. I removed the space from header because I got another error. I
finally used "Content-Type: application/octet-stream" instead of
'Content-Type: application/octet-stream' and all of errors even the space
limit error solved.
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f
On 7/3/2018 6:49 AM, Zahra Aminolroaya wrote:
> I want to transfer my jar files to my ".system" collection in "Solrcloud".
> One of my solr port is
>
> My jar file name is "norm", and the following is my command for this
> transfer:
> /
> curl -X POST -H 'Content-Type:application/octet-stream'
I want to transfer my jar files to my ".system" collection in "Solrcloud".
One of my solr port is
My jar file name is "norm", and the following is my command for this
transfer:
/
curl -X POST -H 'Content-Type:application/octet-stream' --data-binary
@norm.jar http://localhost:/solr/.system