Solr Post.jar – post to different Solr port other than 8983
What if you want to post data to Solr instance whose http port is different from 8983 using post.jar which comes along Solr package?
For example, your Solr http address is : http://localhost:8080/solr
To post data to this Solr index: java -Durl=http://localhost:8080/solr/update -jar post.jar *.xml
That’s all…



Solved me a problem when i tried to use solr on another IP and port. Thanks!
Willian
April 23, 2009 at 3:38 am
Thanks!!!! I was lost in wiki.
Xplo
June 18, 2009 at 3:01 pm