| 
 | SolrParams::setParamSets 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
 
 Return Values
   Returns a SolrParam object on success and  Examples
 Example #1 SolrParams::setParam example 
<?phpThe above example will output something similar to: |