Search This Blog

Showing posts with label Example. Show all posts
Showing posts with label Example. Show all posts

Thursday, October 29, 2015

Solved : Problem accessing /solr/gettingstarted/update. Reason: Not Found , Powered by Jetty:

Recently when i was setting up solr version 5 .. i was trying to load the examples doc given with the package  :

I was facing following error which was due to missing core into Solr when i followed steps given in
the solr document :



Run following commands to post data successfully  to solr with version 5.0 on windows machine


:bin>solr start
:bin>solr create -c gettingstarted
:exampledocs>java -Dc=gettingstarted -jar post.jar *.xml


Cheers
Kapil


Popular Posts