array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'solrquery.removefacetfield.php', 1 => 'SolrQuery::removeFacetField', 2 => 'Removes one of the facet.date parameters', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'solrquery.removefacetdateother.php', 1 => 'SolrQuery::removeFacetDateOther', ), 'next' => array ( 0 => 'solrquery.removefacetquery.php', 1 => 'SolrQuery::removeFacetQuery', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/removefacetfield.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::removeFacetField

(PECL solr >= 0.9.2)

SolrQuery::removeFacetFieldRemoves one of the facet.date parameters

说明

public SolrQuery::removeFacetField(string $field): SolrQuery

Removes one of the facet.date parameters

参数

field

The name of the field

返回值

Returns the current SolrQuery object, if the return value is used.