Hello I tried to have a Intranet Search on my documents with this guidance: http://wiki.apache.org/nutch/IntranetDocumentSearch
In configuration part explains: "When configured correctly, there should be a core located at *http://localhost:8983/solr/nutch*. You can test this by accessing the administration page at *http://localhost:8983/solr/nutch/admin * where you can also verify that the schema is being correctly loaded. " I copied schema.xml from Nutch to Solr but there is no page in this link: ( *http://localhost:8983/solr/nutch*) and I got this error: HTTP ERROR 404 Problem accessing /solr/nutch. Reason: NOT_FOUND *Powered by Jetty://* ---------------------------------- so when I get this command (> ./bin/nutch crawl urls -dir crawl -depth 2 -solr http://localhost:8983/solr/nutch) No data will send to Solr !

