You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2021/04/14 16:05:37 UTC

[GitHub] [bigtop] iwasakims edited a comment on pull request #765: BIGTOP-3485. Bump Solr to v8.7.0.

iwasakims edited a comment on pull request #765:
URL: https://github.com/apache/bigtop/pull/765#issuecomment-819630403


   ```
   # 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
   {
     "error":{
       "metadata":[
         "error-class","org.apache.solr.common.SolrException",
         "root-error-class","org.apache.solr.common.SolrException"],
       "msg":"Stream Body is disabled. See http://lucene.apache.org/solr/guide/requestdispatcher-in-solrconfig.html for help",
       "code":400}}
   ```


-- 
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:
users@infra.apache.org