Borort

The sky’s the limit…

Solr Post.jar – post to different Solr port other than 8983

with 2 comments

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… :)

Written by borort

November 19, 2008 at 5:14 pm

Posted in Search Engines, Solr

2 Responses

Subscribe to comments with RSS.

  1. Solved me a problem when i tried to use solr on another IP and port. Thanks!

    Willian

    April 23, 2009 at 3:38 am

  2. Thanks!!!! I was lost in wiki.

    Xplo

    June 18, 2009 at 3:01 pm


Leave a Reply