The SolrModifiableParams class

(PECL solr >= 0.9.2)

Introduction

Represents a collection of name-value pairs sent to the Solr server during a request.

Class synopsis

classSolrModifiableParamsextendsSolrParamsimplementsSerializable {
public__construct()
public__destruct()
finalpublicSolrParams::add(string$name, string$value): SolrParams
finalpublicSolrParams::get(string$param_name): mixed
finalpublicSolrParams::getParam(string$param_name = ?): mixed
finalpublicSolrParams::set(string$name, string$value): void
finalpublicSolrParams::toString(bool$url_encode = false): string
finalpublicSolrParams::unserialize(string$serialized): void
}

Table of Contents

To Top