const
     integer
     PARSE_SOLR_OBJ
      = 0
    ;
    
     const
     integer
     PARSE_SOLR_DOC
      = 1
    ;
    
    
     const
     integer
     SolrResponse::PARSE_SOLR_OBJ
      = 0
    ;
     const
     integer
     SolrResponse::PARSE_SOLR_DOC
      = 1
    ;
     protected
     integer
     http_status
    ;
     protected
     integer
     parser_mode
    ;
     protected
     bool
     success
    ;
     protected
     string
     http_status_message
    ;
     protected
     string
     http_request_url
    ;
     protected
     string
     http_raw_request_headers
    ;
     protected
     string
     http_raw_request
    ;
     protected
     string
     http_raw_response_headers
    ;
     protected
     string
     http_raw_response
    ;
     protected
     string
     http_digested_response
    ;
    
    
    
    
    
    
   }