fix wiki error

2014-07-08 Thread Susmit Shukla
The url for solr atomic update documentation should contain json in the end.
Here is the page -
https://wiki.apache.org/solr/UpdateJSON#Solr_4.0_Example

curl http://localhost:8983/solr/update/*json* -H 'Content-type:application/json'


Re: fix wiki error

2014-07-08 Thread Alexandre Rafalovitch
Why do you think so?

As of Solr 4, the CSV and JSON handlers have been unified in the
general update handler and the /update/json is there for legacy
reason.

The example should work. If it is not for you, it might be a different reason.

Regards,
   Alex.
Personal website: http://www.outerthoughts.com/
Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency


On Wed, Jul 9, 2014 at 9:56 AM, Susmit Shukla shukla.sus...@gmail.com wrote:
 The url for solr atomic update documentation should contain json in the end.
 Here is the page -
 https://wiki.apache.org/solr/UpdateJSON#Solr_4.0_Example

 curl http://localhost:8983/solr/update/*json* -H 
 'Content-type:application/json'