PHP 8.5.0 RC 2 available for testing

The SolrGenericResponse class

(PECL solr >= 0.9.2)

Introduction

Represents a response from the solr server.

Class synopsis

final class SolrGenericResponse extends SolrResponse {
/* Constants */
const int PARSE_SOLR_OBJ = 0;
const int PARSE_SOLR_DOC = 1;
/* Inherited properties */
protected int $http_status ;
protected int $parser_mode ;
protected bool $success ;
/* Methods */
public __construct ()
public __destruct ()
/* Inherited methods */
public SolrResponse::setParseMode (int $parser_mode = 0): bool
}

Predefined Constants

SolrGenericResponse Class constants

SolrGenericResponse::PARSE_SOLR_OBJ

Documents should be parsed as SolrObject instances

SolrGenericResponse::PARSE_SOLR_DOC

Documents should be parsed as SolrDocument instances.

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /