Hello,

I ran the solr example as described in
http://lucene.apache.org/solr/4_3_1/tutorial.html and then loaded some doc
files to solr as described in
http://wiki.apache.org/solr/ExtractingRequestHandler. The commands I used
to load the files were of the form

  curl "
http://localhost:8983/solr/update/extract?literal.id=doc1&commit=true"; -F
"myfile=@test.doc"

I can successfully see search results in
http://localhost:8983/solr/collection1/browse<http://192.168.3.72:8983/solr/collection1/browse?q=test>
.

However, when I click on a link, I get a 404 not found error. How can I
make these links work properly?

Thanks in advance

-gw

Reply via email to