Search This Blog

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


4 comments:

  1. Data is being posted to Solr server. How can we perform search? Can you please suggest some tutorials to Solr

    ReplyDelete
    Replies
    1. https://lucene.apache.org/solr/4_10_0/tutorial.html

      http://yonik.com/solr-tutorial/

      Delete

Thanks for your comment, will revert as soon as we read it.

Popular Posts