The SolrParams class
(PECL solr >= 0.9.2)
简介
Represents a collection of name-value pairs sent to the Solr server during a request.
类摘要
目录
- SolrParams::add — 别名 SolrParams::addParam
 - SolrParams::addParam — Adds a parameter to the object
 - SolrParams::get — 别名 SolrParams::getParam
 - SolrParams::getParam — Returns a parameter value
 - SolrParams::getParams — Returns an array of non URL-encoded parameters
 - SolrParams::getPreparedParams — Returns an array of URL-encoded parameters
 - SolrParams::serialize — Used for custom serialization
 - SolrParams::set — 别名 SolrParams::setParam
 - SolrParams::setParam — Sets the parameter to the specified value
 - SolrParams::toString — Returns all the name-value pair parameters in the object
 - SolrParams::unserialize — Used for custom serialization
 
  +添加备注
  
 用户贡献的备注
此页面尚无用户贡献的备注。