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
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
Perfect :)
ReplyDeleteData is being posted to Solr server. How can we perform search? Can you please suggest some tutorials to Solr
ReplyDeletehttps://lucene.apache.org/solr/4_10_0/tutorial.html
Deletehttp://yonik.com/solr-tutorial/
Thanks it worked
ReplyDelete