The "#" character introduces the "fragment" portion of a URL, so "/dev/update/extract" is not a part of the "path" of the URL. In this case the URL "path" is "/solr/" and the server is simply complaining that there is no code registered to process that path.

Normally, the collection name (core name) follows "/solr/".

-- Jack Krupansky

-----Original Message----- From: Priti Solanki
Sent: Monday, March 10, 2014 9:51 AM
To: solr-user@lucene.apache.org
Subject: Curl : shell script : The requested resource is not available. update/extract !

Hi all,

Following throw "The request resource is not available"


curl "
http://localhost:8080/solr/#/dev/update/extract?stream.file=/home/priti/$file&literal.id=document$i&commit=true
"

I don't understand what is literal.id ?? Is it mandatory. [Please share
reading links if known]

</head><body><h1>HTTP Status 404 - /solr/#/dev/update/extract</h1><HR
size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>*message*</b>
<u>/solr/#dev/update/extract</u></p><p><b>description</b> <u>The requested
resource is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache
Tomcat/7.0.42</h3></bod

Whats wrong?

Regards,
Priti

Reply via email to