The SolrParams class
(PECL solr >= 0.9.2)
简介
Represents a collection of name-value pairs sent to the Solr server during a request.
类摘要
abstract
SolrParams
implements
Serializable
{
final public get
(
string $param_name
) :
mixed
final public set
(
string $name
,
string $value
) :
void
final public toString
([
bool $url_encode
= FALSE
] ) :
string
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.