The SolrParams class
(PECL solr >= 0.9.2)
소개
Represents a collection of name-value pairs sent to the Solr server during a request.
클래스 개요
final public SolrParams add
(
string $name
,
string $value
)
public SolrParams addParam
(
string $name
,
string $value
)
final public mixed get
(
string $param_name
)
final public mixed getParam
([
string $param_name
] )
final public void set
(
string $name
,
string $value
)
public SolrParams setParam
(
string $name
,
string $value
)
final public string toString
([
bool $url_encode
= false
] )
}
Table of Contents
There are no user contributed notes for this page.