SolrQuery::removeExpandSortField
PHP Manual
PHP Manual»SolrQuery»SolrQuery::removeExpandSortField

SolrQuery::removeExpandSortField

(PECL solr >= 2.2.0)

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

Опис

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

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

Параметри

field

field name

Значення, що повертаються

SolrQuery

Прогляньте також

To Top