iwasakims commented on pull request #765: URL: https://github.com/apache/bigtop/pull/765#issuecomment-819673476
https://solr.apache.org/guide/8_8/requestdispatcher-in-solrconfig.html describes the way to update the required configuration. ``` # curl http://localhost:8983/solr/smoke/config -H 'Content-type:application/json' -d '{"set-property": {"requestDispatcher.requestParsers.enableRemoteStreaming": true}, "set-property": {"requestDispatcher.requestParsers.enableStreamBody": true}}' { "responseHeader":{ "status":0, "QTime":323}, "WARNING":"This response format is experimental. It is likely to change in the future."} # curl -G --data 'stream.body=[{"id":"doc1","name":"first+test+document"},{"id":"doc2","name":"second+test+document"}]' --data 'commit=true' --data 'wt=json' http://localhost:8983/solr/smoke/update/json { "responseHeader":{ "rf":1, "status":0, "QTime":242}} ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org