array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'solrquery.removeexpandsortfield.php', 1 => 'SolrQuery::removeExpandSortField', 2 => 'Removes an expand sort field from the expand.sort parameter', ), 'up' => array ( 0 => 'class.solrquery.php', 1 => 'SolrQuery', ), 'prev' => array ( 0 => 'solrquery.removeexpandfilterquery.php', 1 => 'SolrQuery::removeExpandFilterQuery', ), 'next' => array ( 0 => 'solrquery.removefacetdatefield.php', 1 => 'SolrQuery::removeFacetDateField', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrquery/removeexpandsortfield.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrQuery::removeExpandSortField

(PECL solr >= 2.2.0)

SolrQuery::removeExpandSortFieldRemoves an expand sort field from the expand.sort parameter

说明

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

Removes an expand sort field from the expand.sort parameter.

参数

field

field name

返回值

SolrQuery

参见