/update/json was removed from the example configuration in 4.0 because /update
now handles content based on content-type internally. It may not be spelled
out as clearly as it should be, but here's the CHANGES entry for it:
* SOLR-2857: Support XML,CSV,JSON, and javabin in a single RequestHandl
Ok, i got it working with path /update not /update/json
But it feels somewhat fishy to have solr sitting in my home dir.
Same issue with the stock server….i followed the steps of the wiki.
XML via post.jar its working, JSON via Curl is not.
Am 17.07.2012 um 12:05 schrieb Yonik Seeley:
> On Tue, Jul 17, 2012 at 6:01 AM, Nils Abegg wrote:
>> I have installed the 4.0 Alpha with the build-in Jetty Server on Ubuntu
>>
On Tue, Jul 17, 2012 at 6:01 AM, Nils Abegg wrote:
> I have installed the 4.0 Alpha with the build-in Jetty Server on Ubuntu
> Server 12.04…i followed this tutorial to set it up:
> http://kingstonlabs.blogspot.de/2012/06/installing-solr-36-on-ubuntu-1204.html
Instead of trying to "install" Solr,
Hey Guys,
I'm trying to get solr running. I got it installed and I can access the admin
dashboard, but if I try to index some docs, i always get a 404 Error.
I tried it with the following URLs:
http://mydomain/solr/update/json
http://mydomain/solr/mycore/update/json
http://mydomain/update/json
ht