What collection are you using and what URL are you giving to post.jar? Unless it's a default collection1, you need to have the collection name in the URL.
Regards, Alex. Personal website: http://www.outerthoughts.com/ Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency On Tue, Jun 3, 2014 at 2:02 PM, binaychap <binayc...@gmail.com> wrote: > Hi, > Solr version 4.8.1 > I download the Solr and run via the start.jar and i am able to index the > json data through post.jar and i read the solr in action book and follow the > instruction of book and copy the example and rename the realEstate and > collection1 to real and then change the core.properties name=real and start > the solr and it's run smoothly but when i try to index the data with > post.jar or curl tag it throw following error. > > <head> > <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> > <title>Error 404 Not Found</title> > </head> > <body> > HTTP ERROR: 404 > <p>Problem accessing /update/json. Reason: > <pre> Not Found</pre></p> > <hr /><small>Powered by Jetty://</small> > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/couldn-t-index-json-in-solr-tp4139469.html > Sent from the Solr - User mailing list archive at Nabble.com.