SolrParams::setParam
SolrParams::setParam
(PECL solr >= 0.9.2)
SolrParams::setParam — Sets the parameter to the specified value
Description
public SolrParams SolrParams::setParam ( string $name , string $value )
Sets the query parameter to the specified value. This is used for parameters that can only be specified once. Subsequent calls with the same parameter name will override the existing value
Parameters
-
name
-
Name of the parameter
-
登录查看完整内容