Read JSON Data Using PHP

前端 未结 5 1115
暗喜
暗喜 2020-11-30 10:41

Solr returns response in following JSON format.

{
  \"responseHeader\":{
    \"status\":0,
    \"QTime\":2,
    \"params\":{
      \"indent\":\"on\",
      \         


        
5条回答
  •  失恋的感觉
    2020-11-30 10:57

    Why not just use one of the PHP clients for Solr, or the PHP response writer? See http://wiki.apache.org/solr/SolPHP

提交回复
热议问题