SolrQuery::removeExpandSortField

(PECL solr >= 2.2.0)

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

说明

publicSolrQuery::removeExpandSortField(string$field): SolrQuery

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

参数

field

field name

返回值

SolrQuery

参见

To Top